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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,8 @@ const App = () => {
100
100
- pauses persistence
101
101
-`.persist()`
102
102
- resumes persistence
103
+
-`.resync()`
104
+
- overrides redux state with the value in storage
103
105
104
106
## State Reconciler
105
107
State reconcilers define how incoming state is merged in with initial state. It is critical to choose the right state reconciler for your state. There are three options that ship out of the box, let's look at how each operates:
0 commit comments