Follow
Series

My Review of Kent C. Dodds's EpicReact.Dev

In this series, I will write different blog posts based on workshop content from Kent C. Dodds's EpicReact.Dev as I go through it.

Articles in this series

The Lifecycle of React Hooks Component

Nov 10, 202011 min read

In this article, we will see the order in which different useEffect callbacks and cleanups happen. We will also see how it differs when the app...

The Lifecycle of React Hooks Component
Easily Detect Outside Click Using useRef Hook
How to Create a Reusable LocalStorage Hook
React Hooks: Managing State With useState Hook
React Fundamentals: Styling And Handling Forms
React Fundamentals: Creating Custom Components