Skip to content

Instantly share code, notes, and snippets.

@asleepysamurai
Created March 9, 2019 05:40
Show Gist options
  • Save asleepysamurai/2e4e20b739855c86f0d03dcf6514273f to your computer and use it in GitHub Desktop.
Save asleepysamurai/2e4e20b739855c86f0d03dcf6514273f to your computer and use it in GitHub Desktop.
useReducer Signature
const [state, dispatch] = useReducer(reducerFunction, initialState, stateInitializerFunction);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment