How can I use Fabric.js with React?
I have an application using heavily HTML5 canvas via Fabric.js . The app is written on top of Angular 1.x, and I am planning to migrate it to React . My app allows writing text and drawing lines, rectangles, and ellipses. It is also possible to move, enlarge, shrink, select, cut, copy, and paste one or more of such objects. It is also possible to zoom and pan the canvas using various shortcuts. In short, my app utilizes Fabric.js to its full extent. I couldn't find much information on how to use Fabric.js together with React, so my concern is that 1. is it possible without major modifications,