choko-org / redux-boot

Modular Redux bootstrap with asynchronous side-effects.
MIT License
126 stars 7 forks source link

Added initial state functionality to modules. #23

Open lucasconstantino opened 8 years ago

sebas5384 commented 8 years ago

@lucasconstantino I think this PR is doing some refactors which could be in different PR in order to review it better.

The code of which enables the initial state for modules is really great, and I think we can do it in a way it isn't close the door to Immutable libraries (for example ImmutableJS).

Given that I think we can do PR which enables the developers to extend the processModules and implement more behaviors like this one.

@recidive and @lucasconstantino how we could do the initial state handled in way we don't loose compatibility with immutable libraries?

sebas5384 commented 7 years ago

@lucasconstantino I did PR over this issue, to avoid the mutation of state object passed as reference. Let me know what you think, @recidive gives me his "ok", so if you agree on this please make the merge of https://github.com/lucasconstantino/redux-boot/compare/initial-state...sebas5384:patch-1 and I'll merge this PR right away!

lucasconstantino commented 7 years ago

Done ;)

sebas5384 commented 7 years ago

@lucasconstantino awesome!!

Oh! I think we forgot the documentation, so I'll document it and send you a PR later 👍