Create React Apps with No Configuration
facebook.github.io
Create React Apps with No Configuration
1–10 of 250 posts
Re: Create React Apps with No Configuration
#2Kudos to React team for bringing a superior pattern and making it actually practical to use.
Re: Create React Apps with No Configuration
#3In a different note, I think if you write it yourself from scratch you'll have more control and knowledge down the road when it comes to nasty bugs but I won't blame you for choosing this over spending weeks setting up a React app.
Re: Create React Apps with No Configuration
#4Re: Create React Apps with No Configuration
#5Re: Create React Apps with No Configuration
#6Also, sweet project!!
Re: Create React Apps with No Configuration
#7Re: Create React Apps with No Configuration
#8Re: Create React Apps with No Configuration
#9https://github.com/olahol/reactpack
Doesn't seem like this project differs that much, although this looks to have the backing of core React developers.
Re: Create React Apps with No Configuration
#10This is lacking tons of features that other boilerplates already have but I think this was a great move because we needed a source of truth for doing app structure in React. In a different note, I think if you write it yourself from scratch you'll have more control and knowledge down the road when it comes to nasty bugs but I won't blame you for choosing this over spending weeks setting up a React app.
Furthermore, the Eject feature (https://github.com/facebookincubator/create-react-app#conver...) allows someone to move from the default configuration to their own when they feel comfortable.