React Use State

Guide for correct useState and useReducer usage in React. Use when writing or reviewing state management code — especially for derived state, initializing state from props, functional updaters, one-time initializations, choosing between useState and useReducer, or when syncing state with useEffect (which is usually wrong).

catesandrew 7b7cae9 3 files · 7.5 KB Updated

File contents

catesandrew/skills/tree/main/skills/react-use-state commit 7b7cae9154

Frequently asked questions

npx skillmds@latest add catesandrew/react-use-state