Skip to content

Instantly share code, notes, and snippets.

@r3dm1ke
Created February 5, 2020 16:31
Show Gist options
  • Select an option

  • Save r3dm1ke/8cc398c2878d52fb9afca10f1765b10c to your computer and use it in GitHub Desktop.

Select an option

Save r3dm1ke/8cc398c2878d52fb9afca10f1765b10c to your computer and use it in GitHub Desktop.
Redux TS readability example
// TODO: do this more elegantly
;((currentReducer as unknown) as Reducer<
NewState,
NewActions
>) = nextReducer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment