Cover
credit React

React Redux to React Context

Posted August 27th 2021 by
Mathieu Ledru
Mathieu Ledru - 1 min read

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. 🎉

Edit this page on GitHub