Best modern web app framework to integrate with Babylon.js?

I’m trying to decide between React, Angular, Vue, or other.

We have already built our Babylon.js code on a plan html/js site. Now we want to port to a modern web app framework. We hope to not have to change the babylon.js code at all, or minimize the amount of changes.

Which framework do you think would work best? I was thinking React because it has a popular plugin, but some people say Angular would be easier.

Thank you!

Depends the design and extent of dom overlay you want over the canvas mb

Thanks for the response.

Optimally we want our Babylon.js module to take up about 1/3 of the screen on this page https://preview.pro.ant.design/form/step-form

And have it persist without reload when going through each step.

I personally like React a lot (used for inspector and nme for instance)