From Redux to the Context API: A Practical Migration Guide2021/06/14ReactReduxContext APIArchitectureState ManagementLet's migrate a React application built with Redux to the Context API and see how it looks like
Starting you new React application with Redux? Consider a simpler approach using the Context API2021/05/11ReactReduxContext APIArchitectureTraditionally, starting a new React application means adding Redux for state management. Let's talk about the Context API as an alternative