Skip to content

Options for local CRUD only? #556

Answered by matt-ramotar
har-nick asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there - If the writes are always dependent on reads, you can provide a SourceofTruth to StoreBuilder. If writes can be independent of reads, then you need a MutableStore. Although we aren't making local writes only possible through MutableStoreBuilder, you can achieve it by providing a no-op Updater without a Bookkeeper. Completely open to supporting this. Would be happy to review a PR if you want to take a stab at #536

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by har-nick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants