Convert Dash application to React

I used Dash to prototype a web application. However, the complexity of the application is increasing rapidly due to new requirements. A lot of the new features are quite complex and cannot be implemented in Dash so I will have to soon migrate my application to React. Is there an easy way to convert a Dash application to React?

Hello @ray26,

What exactly do you mean by too complex and cannot be implemented by Dash?

I dont know that there is necessarily an “easy” way to do it, as all of it is written in python with a handler to convert to React.

I don’t think that is possible. But if your problem is the lacy of particular React components in the Dash ecosystem, you can post those to be used with Dash, if you want.