have default config use rehydrate pre-render strategy

This commit is contained in:
William Welling
2017-07-13 11:38:30 -05:00
parent 066bba28af
commit 41cda802ec

View File

@@ -24,7 +24,7 @@ module.exports = {
// NOTE: rehydrate or replay
// rehydrate will transfer prerender state to browser state, actions do not need to replay
// replay will transfer an array of actions to browser, actions replay automatically
prerenderStrategy: 'replay',
prerenderStrategy: 'rehydrate',
// NOTE: will log all redux actions and transfers in console
debug: true
};