Hacker News new | ask | show | jobs
by skeeter2020 804 days ago
Don't worry Svelte 5 will "rune" that feeling and pull you back into the React world.
1 comments

Solidjs is hitting the spot for me lately. It’s basically react rewritten to actually use reactive views instead of virtual DOM diffing. Your code looks like react but the js bundle is smaller, simpler and faster.

But if you aren’t interested keeping up with “JavaScript framework of the week”, you can do a lot worse than react.