flexdinesh / react-redux-boilerplate

A minimal React-Redux boilerplate with all the best practices
MIT License
782 stars 274 forks source link

Dispatch action to init reducer state #16

Closed piotr-roslaniec closed 6 years ago

piotr-roslaniec commented 6 years ago

With this PR reducer initialState is properly set even if dynamically injected. It implements solution proposed by @ruslansavenok in #12

Fixes #12

flexdinesh commented 6 years ago

This is great. Thanks @piotr-roslaniec.