Is there any guidelines how to integrate some already existed jQuery plugin with React?
There is a big library of already existed components and some of them is really hard to rewrite. Official documentation provides only silly high-level description.
Ideally a guideline should answer:
- where to start?
- how to avoid common pitfalls?