Store all data in LocalStorage #3961
-
Hi... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is not a MobX specific solution (or problem) to this, (de)serialize the data as JSON should typically do the trick. Whether that is easy or hard mostly depends on the way the data was structures. |
Beta Was this translation helpful? Give feedback.
-
You might find mobx-persist-store useful for your project. |
Beta Was this translation helpful? Give feedback.
You might find mobx-persist-store useful for your project.