Created
August 10, 2017 07:40
-
-
Save faceyspacey/9a9128f92da20f2829e4ef4d06ce4414 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
| 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