Roadmap to develop a 3D configurator

Or maybe I could integrate plain BabylonJS in a React app. Is that possible?

If it is possible to reduce the number of frameworks used - do it.
Most of the cases one doesn’t need React at all.
Not using React also simplifies a lot of things.

1 Like

I’m not sure what “plain BabylonJS” is, but there is small library to integrate imperative React with Babylon.js. It handles creating the canvas, engine, Scene and resizing, etc. you could just copy the code from the library as it is lightweight.

You can more or less use it like the playgrounds.