Persistent Components #19
Closed
Archmonger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Components that are backed by a database model.
We could store the component state in relation to the
scope["session"]
+ component UUID.To be universal to both django-idom and idom core, we'd need to store the component state within the browser, then somehow communicate this information back.
This would allow for restoring component state upon websocket disconnect and reconnection.
See https://github.com/idom-team/idom/issues/523 for more info.
Beta Was this translation helpful? Give feedback.
All reactions