Skip to content

transaction support in Elf #62

Answered by NetanelBasal
Dimonina asked this question in Q&A
Discussion options

You must be logged in to vote
  • combineQueries is an alias for combineLatest with auditTime(0). You can create it on your own if you need it.
  • applyTransaction is primarily used to batch multiple updates of the same store into one emission. Since the update method accepts multiple reducers, this isn't needed:
store.update(
  addEntities(),
  updateProp(),
  ...
)
  • We can expose a send function, but it'll not replace the current update log.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Dimonina
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