Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

From Redux to the Context API: A Practical Migration Guide

2021/06/14ReactReduxContext APIArchitectureState Management
Let'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 API

2021/05/11ReactReduxContext APIArchitecture
Traditionally, starting a new React application means adding Redux for state management. Let's talk about the Context API as an alternative