Hacker News new | ask | show | jobs
by sralbert 251 days ago
If you check the docs for how to create a react app the first thing they recommend is to use next.js.
1 comments

Oh interesting - I haven't been on their starting page in years. I'm surprised getting started with vite isn't higher up. That takes 5 minutes and doesn't require a full framework.

That said, starting with react router or expo is probably the right call depending on the project needs. Routing is not something you want to do yourself, and react native is pretty unfriendly without expo