Skip to content

Instantly share code, notes, and snippets.

@matthew-gerstman
Last active January 20, 2019 17:13
Show Gist options
  • Select an option

  • Save matthew-gerstman/23ad2daace19787621102bf7c04e6d3a to your computer and use it in GitHub Desktop.

Select an option

Save matthew-gerstman/23ad2daace19787621102bf7c04e6d3a to your computer and use it in GitHub Desktop.
* @returns {Store} A Redux store that lets you read the state, dispatch actions
* and subscribe to changes.
*/
export default function createStore(reducer, preloadedState, enhancer) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment