Articles in this series
Learn how to make your own custom Hook called useScrollPosition to create a parallax scrolling effect! · Welcome to another article of A Look at React...
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 · Welcome to another...
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 · Welcome to A Look at React...
Introduction to useMemo Hook, the final basic Hook of this series! · Welcome to A Look at React Hooks, a beginner-friendly series on React Hooks. In this...
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...
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...