You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension's popup, windows and tabs now refer the store from the background page. So, now we have one store for the whole application, except content scripts.
No more auto rehydratations.
Each content script has its store, and it can be synchronized with the application (background store) and other content scripts. Unlike rehydratations, we synchronize actions not states. So it may have even different structure of the states.
No more sending actions to the background.
The current implementation breaks firefox support, but hopefully will be implemented soon. It should be tracked in #12.