Store all data in LocalStorage #3961
Unanswered
sourabhpatole07
asked this question in
General
Replies: 2 comments
-
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.
0 replies
-
You might find mobx-persist-store useful for your project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi...
currently we are checking all data is generated from api after login that should be possible to store in localStorage
is that any mobx function or any method available ?
please let me know
Beta Was this translation helpful? Give feedback.
All reactions