Tag Archives: Tutorial
React Hooks + Context API = Redux | Build a Scalable APP
Redux has been since the beginning a powerful tool to allow us to handle states in React and other frameworks like Angular and more. The concept of redux is simple, instead to handle the state locally in every component of our application redux combine all state into a big state called Store, from the store…