I have been programming in reactjs and I find the state management with react-simple-state really helpful. Now I have started programming in Python, but I can't find any packages that do the same. Does anyone know if there is something equivalent to react-simple-state in Python?
I tried looking on the internet for a simple state manager in python, but I would only find state tree managers, which are used for better inheritance.