Hacker News new | ask | show | jobs
by daok 1551 days ago
I've been using SolidJS for some personal project and they use most of React concept but avoid pitfalls by running once the code of each component. Also, no need to explicit dependencies! The framework figures it out automatically. Really nice dev experience.
1 comments

It's weird after using Mobx since 2017, that a framework seems revolutionary because it can figure out dependencies. React has really brainwashed us.