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
Remove state between connectAdvanced calls in example (#685)
When I saw this example I was initially excited by the prospect of storing `state` between `connectAdvanced` calls.
I thought of the uses like storing the deleted todo items, or even just the count. But then it dawned on me that the idiomatic approach to Redux, such as the ability for time travel - is challenged when the previous state is stored.
For newbies like myself, suggesting this in documentation can be misleading and might encourage the wrong practice.
0 commit comments