Best practice for complex persistent design #2866
Unanswered
gengjiawen
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Local Storage has a limit of 5Mb design. I want to store it in Indexed DB. The structure is consistent of Session and Message.
I only want to store messageId in session when persistent. But when I use it. I want to Message[] with actual content.
This is currently I made. wonder is this the good way todo it.
Beta Was this translation helpful? Give feedback.
All reactions