Integrating with React
Closed this issue · 2 comments
thomaz-yuji commented
Hello,
any glues on implementing this with React?
I would like to draw walls based on a json with x and y values.
aalavandhaann commented
Unfortunately, I don't have any experience with react. I bet you can integrate this framework as long as it supports es6 js
technbuzz commented
Hello,
any glues on implementing this with React?
I would like to draw walls based on a json with x and y values.
I have implemented it in the vue, I think it would be somewhat similar in react as well. Move the code in document.ready
function of jQuery in app.js
to the mounted lifecycle hook of the component. Rest are the regular methods that can be placed anywhere, they can be modularized.