aalavandhaann / blueprint-js

The Javascript es6 version of the original furnishup/blueprint3d. Need some royalty free low poly models for the inventory. Can someone help me with this?
MIT License
493 stars 156 forks source link

Integrating with React #58

Closed thomaz-yuji closed 3 years ago

thomaz-yuji commented 3 years ago

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 3 years ago

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 3 years ago

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.