ssrwpo / ssr

SSR - Router with SSR for Node & Meteor
https://ssrwpo.github.io/ssr/
MIT License
93 stars 16 forks source link

allowing store enhancers #65

Closed mcissel closed 7 years ago

mcissel commented 7 years ago

added the redux-devtools-extension to the demo, to show how it can be incorporated into the store on the client side

mcissel commented 7 years ago

Allowing store enhancers on the client side, like the redux-dev-tools extension.

PEM-- commented 7 years ago

Thanks @mcissel. However, Meteor can't publish it on Atmosphere: you've added a dependency in the package without mentioning it as a peer dependency. Hence, Atmosphere won't be able to build it.

Plus as this is an enhancement that breaks the current 2.X API, we should keep this for the 3.X. We are using git-flow for our branching model. All new development ends up into the development branch.

cbilotta commented 7 years ago

Done in https://github.com/ssrwpo/ssr/commit/ff82f7d4e6b6c543b8e43af90b1930a9e55399a2 I'm closing this :)