Last active
January 20, 2019 17:13
-
-
Save matthew-gerstman/23ad2daace19787621102bf7c04e6d3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * @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