reflex-dev / reflex-examples

A repository full of Reflex example apps.
456 stars 352 forks source link

Managing multiple states using redux like tool #162

Open AminGhanbarirad opened 11 months ago

AminGhanbarirad commented 11 months ago

Hello I am trying to create a website to manage the user accounts of users from other websites in my team. Although it has been a long time since the back-end was prepared by flask, I am working hard because I really want to be able to prepare the UI with the help of reflex.

Because we want the project to be at a real scale, I considered a broad and scalable structure, which led to the multiplicity of states and the complexity arising from it, and we do not know how to manage the states correctly. I would be very grateful if you could guide me on the problem of state management.

In addition, if it is possible to use tools such as Redux in conjunction with Reflex, please introduce them to me.

Thank you very much