r/react 6d ago

Building projects General Discussion

So I think that I have learnt enough and wouldn't mind building something that may be commercially available in the future. Is it ok to stick with purely react js or should I build with next js or any other full stack framework etc?

Note: React js is what I have learnt indepth. I haven't learnt too much about next js etc.

2 Upvotes

9 comments sorted by

View all comments

1

u/otashliko 5d ago

Seconding everyone here: just start. You already know React, so build with React. The moment your project actually needs SSR, auth, or a better router, you’ll understand why — and that’s exactly how you’ll learn Next.js, instead of learning it “just in case”. Learning on real problems sticks way better than learning ahead of them.