Answer the question
In order to leave comments, you need to log in
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
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
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 questionAsk a Question
731 491 924 answers to any question