Skip to content

Instantly share code, notes, and snippets.

@manojsinghnegiwd
Created April 20, 2021 11:45
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 manojsinghnegiwd/b04bd43d37f2897a76e7b8fea1a10af4 to your computer and use it in GitHub Desktop.
Save manojsinghnegiwd/b04bd43d37f2897a76e7b8fea1a10af4 to your computer and use it in GitHub Desktop.
function useReducer (reducer, initState) {
return [initState, function () {}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment