C
C
cython2019-11-17 09:29:10
JavaScript
cython, 2019-11-17 09:29:10

How complex does a UI need to be to use React in an implementation rather than pure JS?

Where is the line when you should not use libraries like React, but would it be better to use regular JS (ES > 6)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2019-11-17
@cython

I would rephrase the question: "When do I need to use 3rd party libraries instead of pure JS?". :)
Only when the increase in development speed (using third-party libraries) does not come at the expense of the performance of the code of the entire application.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question