combine / universal-react-redux

🧐 A sensible universal starter kit for React + Redux
110 stars 18 forks source link

React "prefers" if we get the __INITIAL_STATE__ var _before_ actually… #11

Closed hartym closed 8 years ago

hartym commented 8 years ago

… using it.

(otherwise, there is the infamous react warning complaining that the state being different on client and server, he had to re-render everything client side ...)

calvinl commented 8 years ago

Can't believe I didn't notice this one. :)

Thanks! :+1: