From 41cda802ece03051c884ee139efc5856e39afba1 Mon Sep 17 00:00:00 2001 From: William Welling Date: Thu, 13 Jul 2017 11:38:30 -0500 Subject: [PATCH] have default config use rehydrate pre-render strategy --- config/environment.default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.default.js b/config/environment.default.js index eb29f82d77..dc8e20e4a8 100644 --- a/config/environment.default.js +++ b/config/environment.default.js @@ -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 };