This is the single best JavaScript framework for frontend development at the moment. I love seeing it stabilize. I wish the project all the best for a great 1.0 release.
Solid took what in theory everyone knew would be the best approach to UI tree manipulation and composition, and made the theory come true: reactive fine-grained updates.
The concept isn't new. For example, fine-grained reactivity existed in old frameworks like Knockout.js, in Qt before web frameworks, in alternative frameworks like Aurelia, and even in Mobx with React.
But Solid finally makes the concept have it's theoretical potential fully realized.
Definitely worth checking out!
I also wrote an article that has some additional reasons to love Solid that aren't listed in the above release article:
6 comments
[ 2.7 ms ] story [ 16.3 ms ] threadI wish him all the success. But in the current scenario of JavaScript ecosystem it is going to be quite hard for new framework to get traction.
People are ready to test drive another framework?
The concept isn't new. For example, fine-grained reactivity existed in old frameworks like Knockout.js, in Qt before web frameworks, in alternative frameworks like Aurelia, and even in Mobx with React.
But Solid finally makes the concept have it's theoretical potential fully realized.
Definitely worth checking out!
I also wrote an article that has some additional reasons to love Solid that aren't listed in the above release article:
https://dev.to/trusktr/a-few-reasons-why-i-love-solid-js-403...