Currently, subscribers are only notified of mutations when they happen and never have a chance to handle the current store state upon their subscription.
This would allow for instance React dev tools to correctly show the current app state on its first rendering cycle (before any user interactions have taken place).
Currently, subscribers are only notified of mutations when they happen and never have a chance to handle the current store state upon their subscription.
This would allow for instance React dev tools to correctly show the current app state on its first rendering cycle (before any user interactions have taken place).