A
A
Alexander1992020-08-10 17:06:51
React
Alexander199, 2020-08-10 17:06:51

How much do ready-made React components slow down the site?

I installed the React-calendar library for myself, but in the process I realized that due to the specifics of the design and functionality, it’s still better to write it yourself. And the question is whether this library should be completely removed from the project, or will it not affect the speed of work in any way if it is not used?

And in general, in general, when working, how much do such ready-made libraries slow down the site? And how practical and popular are they in large projects? I just thought that React is needed primarily for the competent construction of the project architecture, so that the components are in different folders, and at any time you can change something without turning over the entire code.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kirill Makarov, 2020-08-11
@kirbi1996

Run npm uninstall react-calendar, why do you need to pull extra packages and dependencies.

S
semki096, 2020-08-11
@semki096

I hope components shouldn't affect speed, because that's the point of React - to only render updated fragments. Although this is not accurate, I myself am just learning how to work with React

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question