Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Created November 30, 2018 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jahans3/81220bef8d7e500b4020a4471d991a06 to your computer and use it in GitHub Desktop.
Save Jahans3/81220bef8d7e500b4020a4471d991a06 to your computer and use it in GitHub Desktop.
Passing our reducers
export default function Root () {
return (
<StateProvider state={initialState} reducers={[countReducer]}>
<MyApp />
</StateProvider>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment