D
D
doroshenko_magic2018-05-12 14:40:16
JavaScript
doroshenko_magic, 2018-05-12 14:40:16

Is it possible to write jQuery in React instead of JS?

For example, to include plugins like slick.
Or don't use jQuery at all? Since it will only slow down the speed of the site.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Belyaev, 2018-05-12
@bingo347

JS - programming language
jQuery and React - libraries written in JS, both solve the same problem - DOM management, but in different ways: jQuery - imperative, React - reactive
To use any of them, you need knowledge of JS
Your question is meaningless

H
holymotion, 2018-05-12
@holymotion

Better not to use. But the official docs perfectly describe how you can implement integration with other libraries
https://reactjs.org/docs/integrating-with-other-li...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question