Smart Shocksmartshock.hashnode.dev·Apr 6, 2023Learn Redux with React - A Simple Counter ApplicationIntroduction React and Redux are two of the most popular JavaScript libraries used to create dynamic and interactive user interfaces. React is a library for building user interfaces, and Redux is a predictable state container for managing the state o...162 reads25 React Exercises for Practical LearningState Management
Sandra Isolasandyblogs.hashnode.dev·Jan 9, 2023A Counter Application built with a custom hook and states implemented via useReducer.Introduction A counter application is a powerful productivity tool that helps us to count people, occurrences, instances, repetitions, etc. In this article, we will discuss how to set up a custom counter hook with increment, decrement, reset, and set...3 likes·33 readsReact