Hacker News new | ask | show | jobs
by fiftyacorn 2054 days ago
Try react but nextjs. I find it conceptually easier
2 comments

I back this. React state management was always a struggle for me, but I struggled to make basic interactivity work with vanilla JS.

Next was the framework that made everything fit together for me. No more routing libraries!

I didn't know that Next made things easier, will try reading up on this.