Answer the question
In order to leave comments, you need to log in
What are React applications usually built on?
Hey!
What are React applications usually built on?
On webpack config or react-create-app? (I understand that the latter uses webpack, but it has no settings)
Let's say we already have a project and we need to add a component.
Is it more convenient to add it separately using Create react app or create a webpack config?
Answer the question
In order to leave comments, you need to log in
react-create-app - makes it easy to create an application. Allows you to update the stack, etc.
webpack - does the final build keeping track of all dependencies and settings
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question