Skip to content

Instantly share code, notes, and snippets.

@faceyspacey
Created August 10, 2017 07:40
Show Gist options
  • Select an option

  • Save faceyspacey/9a9128f92da20f2829e4ef4d06ce4414 to your computer and use it in GitHub Desktop.

Select an option

Save faceyspacey/9a9128f92da20f2829e4ef4d06ce4414 to your computer and use it in GitHub Desktop.
export default () => async (req, res, next) => {
const store = await configureStore(req, res)
if (!store) return
const app = <Provider store={store}><App /></Provider>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment