A
A
Andrew Chil2017-09-01 09:37:00
JavaScript
Andrew Chil, 2017-09-01 09:37:00

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

6 answer(s)
L
lavezzi1, 2017-09-01
@lavezzi1

If you're asking questions like this, it's best to use create-react-app.

K
kulaeff, 2017-09-01
@kulaeff

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-...

H
Hazrat Hajikerimov, 2017-09-01
@hazratgs

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

A
Artyom, 2017-09-01
@artalar

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.

V
Vladimir Zhosan, 2017-09-08
@iaskivsky

Then why was it created? Especially the official one from react, of course it is used in most cases to start development faster ..

A
Alexander Kramov, 2017-09-08
@nexmean

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 question

Ask a Question

731 491 924 answers to any question