0

I am fiddling a bit with ReactJS in my spare time, and a while back I ran into the issue of trying to use a jquery-dependent library in my react application, which let me to ask this question: How to use Chessboard.js with Reactjs? (admittedly a pretty specific question for a library such as chessboardjs).

As I was just revisiting my old problem (still to no avail so far), I realized there seems to be an architectural issue here. A lot of libraries were built using jQuery, so how does one integrate these libraries into ReactJS applications?

I am entirely aware that ReactJS and jQuery do not fit well together, as they are two different ways of manipulating the DOM, but surely there's a way to take a jQuery-dependent library and integrate it into your application without having to hack around in the source code of the library?

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.