Skip to content

Instantly share code, notes, and snippets.

@zzdjk6
Created December 4, 2019 08:11
Show Gist options
  • Save zzdjk6/1e8a8d130f0e08f6c6de9e37626f293d to your computer and use it in GitHub Desktop.
Save zzdjk6/1e8a8d130f0e08f6c6de9e37626f293d to your computer and use it in GitHub Desktop.
const reducer = (state: State = initState, action: Action<any>): State => {
// The reducer logic goes here...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment