SitePoint
  • Premium
  • Library
  • Community
  • Jobs
  • Blog
LoginStart Free Trial
React Hooks Tips Only the Pros Know
Hello and welcome
Goals
Personal Introduction
Prerequisites
the Basics -The Standard useState() hook, Part 1
The standard useState() hook, Part 2
The standard useEffect() hook
The standard useContext() hook
Beyond the Basics - Custom hooks
Hook Rules: Naming
The standard useRef() hook
The standard Lesson useLayoutEffect() hook
The useRef() and useState() hooks and dependencies
Creating a custom useDebounce() hook
The standard useCallback() hook
Creating a custom useWillUnmount() hook
Creating a custom useThrottle() hook
The standard useDebugValue() hook
Hook Rules: Only Call Hooks at the Top Level
Using multiple useState() hooks
The standard useReducer() hook
The standard useMemo() hook
Introducing Kimrof, a Formik-like forms utility
The Kimrof Context and Provider
Displaying the values
Editing the data
Submitting the form
Validating the form