DEV Community

Discussion on: How To Build A React App Using React Router v6 Without create-react-app

Collapse
 
henriavo profile image
Henri Idrovo

Hello. Have you considered using create-react-app and then using the 'eject' feature?

Collapse
 
jordan_smith profile image
Jordan Smith

Hey! That's a good point that could work as well depending on your end goal. In this case though I was looking to only install specific packages from the start and to be able to pick and choose versions and customizations so going from the ground up seemed like an easier way. And I couldn't pass up the opportunity to learn!
Thanks for the suggestion!