Skip to content

Instantly share code, notes, and snippets.

@iskenxan
Created May 23, 2021 17:49
Show Gist options
  • Save iskenxan/6ab42206b921250f18e230730490e78e to your computer and use it in GitHub Desktop.
Save iskenxan/6ab42206b921250f18e230730490e78e to your computer and use it in GitHub Desktop.
const [state, dispatch] = useReducer(reducer, INITIAL_STATE);
const { doors } = state;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment