Skip to content

Instantly share code, notes, and snippets.

@Djuki
Created March 13, 2020 11:23
Show Gist options
  • Save Djuki/7d360487894249f9daeae075d59171a4 to your computer and use it in GitHub Desktop.
Save Djuki/7d360487894249f9daeae075d59171a4 to your computer and use it in GitHub Desktop.
Preloaded state
const preloadedState = {
repositories: {
identityId,
branches: [],
branchesNextPage: false,
}
};
let store = createStore(reducers, preloadedState, composeEnhancers(applyMiddleware(epicMiddleware)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment