SaaSHub helps you find the best software and product alternatives Learn more β
Wisdom Alternatives
Similar projects and alternatives to wisdom
-
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
Mercure
πͺ½ An open, easy, fast, reliable and battery-efficient solution for real-time communications
-
-
-
-
-
dom-proxy
Develop lightweight and declarative UI with automatic dependecy tracking without boilerplate code, VDOM, nor compiler
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
wisdom discussion
wisdom reviews and mentions
- Improve Site Speed
Here is my personal guide to improving performance https://github.com/prettydiff/wisdom/blob/master/performance...
Following that approach my current personal achieves LCP and state restoration for this large SPA in 105ms on localhost and about 230ms over a network.
- The Front End Treadmill
The DOM, events, CSS, WCAG. If you want to get into TypeScript then just type and interface keywords. If you want to get into Node then itβs the library system in Nodes documentation. That is it.
Here is a practical example: https://github.com/prettydiff/wisdom/blob/master/performance...
I never mentioned build tools. You can write your own quickly, and you donβt need all the framework bullshit. That stuff is for insecure people and otherwise just slows you down.
- Users don't care about your tech stack
- Tips to improve your website's performance
Here is my personal guide to hyper extreme performance in the browser.
https://github.com/prettydiff/wisdom/blob/master/performance...
- Should JavaScript be split into two languages?
- Ask HN: How can I improve UI dev skills? Looking for real-world examples
EDIT: The performance link should be https://github.com/prettydiff/wisdom/blob/master/performance...
Screwed by the iphone.
- Vanillajsx.com
Stop the madness. Its stupendously simple.
As the user, not you the author of some code, make changes to the UI it will be via events. In the respective event handlers just update a big state object with the identity of the node and how it is changed. Then the page loads simply read from that state object to recreate the respective node exactly how they were when the user modified them. That's it. Nothing more.
Its how I wrote a full OS gui for the browser. It does far more than SPA framework, does it substantially faster, and requires only a tiny fraction of the code.
Yes, yes, here come all the excuses, like: I can't code or it wont work in a team, because other people cant code. Stop with the foolishness. Provide some governance, preferably fully automated, around event handling and you have complete obsoleted your giant nightmare framework.
I describe it here: https://github.com/prettydiff/wisdom/blob/master/state_manag...
- Ask HN: Best stack for real time data intensive apps
If you want to output to a browser here is the guide to achieve the best possible performance according to the numbers:
https://github.com/prettydiff/wisdom/blob/master/performance...
Warning: every time I post this people claim to want superior performance but then whine when they realize they have to actually write code (as opposed to letting NPM or React or jQuery do 99% of everything).
- Ask HN: What are the hidden performance tricks for JavaScript?
This was attempt to research the fastest possible approach to a JavaScript GUI in the browser.
https://github.com/prettydiff/wisdom/blob/master/performance...
The techniques mentioned are stupid fast to the fewest milliseconds, but most JavaScript developers find this incredibly unpopular.
- Ask HN: How can I learn about performance optimization?
Measure everything and be extremely critical. Be ready to challenge common and popular held assumptions.
Here is something I wrote about extreme performance in JavaScript that is discarded by most programmers because most people that program JavaScript professionally cannot really program.
https://github.com/prettydiff/wisdom/blob/master/performance...
- A note from our sponsor - SaaSHub www.saashub.com | 24 Dec 2025
Stats
prettydiff/wisdom is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.