Practically Speaking: the useCallback Hook If you want some context for this series, please see the following posts about functional React components and the hooks API: React Functional Components The useState Hook The useEffect Hook In this post
Practically Speaking: The useEffect Hook I wrote last time about the useState hook for creating stateful, functional components in React. I won't say useEffect is the second most common hook necessarily, but I think you're likely to learn
Practically Speaking: The useState Hook In this and the following posts, I want to give a brief and very practical overview of the core React hooks. React hooks are simply functions that you use in functional React components
Practically Speaking: React Functional Components My biggest complaint with a lot of code tutorials and blog explanations online is that they aren't practical, and while I often understand the concepts explained in those posts, their impact, significance, and