Articles in this series
Learn how to make your own custom Hook called useScrollPosition to create a parallax scrolling effect!
Let's learn a useful application of the useRef Hook! Scrolling to a page element in React has become so much easier with this Hook
Let's look at SWR and useSWR, and learn how it can enable our React apps to fetch, cache and work with data more efficiently
Introduction to useMemo Hook, the final basic Hook of this series!
Introduction to the useCallback Hook
Welcome to A Look at React Hooks, a beginner-friendly series on React Hooks. In this article, let's look at the useReducer Hook. What is useReducer? For those who are familiar with Redux, the useReducer Hook allows React to access reducer functions f...