Store all data in LocalStorage #3961
Answered
by
codeBelt
sourabhpatole07
asked this question in
General
|
Hi... |
Answered by
codeBelt
Nov 21, 2024
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. |
0 replies
|
You might find mobx-persist-store useful for your project. |
1 reply
Answer selected by
kubk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might find mobx-persist-store useful for your project.