Hacker News new | ask | show | jobs
by andeee23 1697 days ago
For hooks done right I recommend people look into SolidJs https://www.solidjs.com/.

Very similar API to React but the reactivity system is nicer. There's no hooks rules like not putting them in if statements or inside other hooks.

Very cool and I think this is the future. It also helps that the performance is crazy good and it doesn't re-render everything all of the time like React.