Uniflow did an internal refactoring for the Client. 💪
This was a long migration from React Redux to React Context
This allow to remove React Redux dependancy and migrate all the code on official React way to manage state in React components. 🏗
Meanwhile, there are no more Class Components and Functionnal Components is the prefered way to use in development.
This way we can use Hooks inside our Functionnal Components.
Happy flowing. 🎉