M
M
Mesuti2020-02-06 15:27:20
React
Mesuti, 2020-02-06 15:27:20

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

1 answer(s)
B
BATPYIIIKOB, 2020-02-06
@Mesuti

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 question

Ask a Question

731 491 924 answers to any question