Answer the question
In order to leave comments, you need to log in
Create-react-app on real project?
Good afternoon! I have a simple question.
Do you experienced react developers use create-react-app in real projects? Or is it better to configure the webpack config yourself and that's it.
The question just arose, how to add sass to the project in create-react-app or something else. I found a solution for sass, but how to edit the config (paths, etc.)? It is interesting to hear the opinion of experienced people.
Thank you in advance!
Answer the question
In order to leave comments, you need to log in
If you're asking questions like this, it's best to use create-react-app.
I do not use, I prefer to configure everything myself. So more control and less dependencies. They seem to have written about SASS here https://github.com/facebookincubator/create-react-...
If you like create-react-app, then you can do eject, after which the configuration folders will appear, but the crp developers themselves do not really advise doing this, you will be left without updates
I see the advantage of CRA is that if you are not experienced, "everything" will work for you. If you are experienced, you will be able to cope with the difficulties that have arisen. CRA has no special magic under the hood. Well, there are such tools now.
We decided to use CRA on our large project.
Then why was it created? Especially the official one from react, of course it is used in most cases to start development faster ..
I don’t understand, what is so scary in the Webpack configuration to use a utility like CRA?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question