General Rules of Hooks
Table of Contents
General Rules of Hooks
- starts with
use
(both-react
and custom hooks) - component must be uppercase
- invoke inside function/component body
- don’t call hooks conditionally
set
functions don’t update state immediately