Introduction In the previous series, we learned about the basic concept of Redux and how it works as a standalone. Now in this article, we
Tag: Reducer
Introduction to Multiple Reducer in Redux
Introduction In the previous article, we have learned about the core concepts of Redux along with its implementation. Now in this article, we will be learning
Introduction to Reducer and Store
Introduction In the previous article, we have discussed the installation of Redux and how to get started with it. We have got a basic understanding of
Installation of Redux
Introduction In the previous article, we have discussed the concept of Redux and the basic usage and principles of Redux. Now, in this article, we will
Introduction to useReducer() Hook In ReactJS – Part Two
Introduction In the previous article, we have reviewed how to use useReducer() hook in ReactJs and what are the benefits of it. Now, in this article,
Introduction to useReducer() Hook in ReactJS – Part One
Introduction In the previous article, we have learned about the useContext() hook and how it is used in React. Now in this article, we will understand