Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created June 15, 2020 06:18
Show Gist options
  • Save vldvel/9a17a8643b7b61cb92dfbc6eb0e63bef to your computer and use it in GitHub Desktop.
Save vldvel/9a17a8643b7b61cb92dfbc6eb0e63bef to your computer and use it in GitHub Desktop.
const store = createStore(
rootReducer,
compose(applyMiddleware(/** other middlewares */, getWeatherDataMiddleware))
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment