transaction support in Elf #62
-
Hi man. Thank you for the Elf library. I'm planning to migrate from Akita, but a couple if things are still unclear to me.
Thank you <3 |
Beta Was this translation helpful? Give feedback.
Answered by
NetanelBasal
Nov 26, 2021
Replies: 1 comment
-
store.update(
addEntities(),
updateProp(),
...
)
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Dimonina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
combineQueries
is an alias forcombineLatest
withauditTime(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 theupdate
method accepts multiple reducers, this isn't needed:send
function, but it'll not replace the currentupdate
log.