Push reactive changesets into PersistedCollection #765
Closed
jamesgibson14
started this conversation in
Ideas
Replies: 1 comment
-
I think it's a good idea. This makes the development of new persistence adapters more straight forward 🙂 |
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
-
Currently
onChange
just triggers athis.persistenceAdapter.load()
. Could we pass a changeSet to onChange -> loadPersistentData so that it could just load the partial changes instead of doing a full load/pull? Something like:if
loadPersistentData
receives a changeSet then it just uses that instead of callingload
Beta Was this translation helpful? Give feedback.
All reactions