Hey all, just published a <two-part guide> on hand...
# store
m
Hey all, just published a two-part guide on handling CRUD operations with Store. Lmk what you think
m
This guide sounds great! FYI - I can’t seem to access your site
m
We will be moving the site to a MNF domain eventually
m
that works! also, wow, there is so much content in the Use Cases section. Amazing!
❤️ 1
b
Looking at this section https://store.mattramotar.dev/guides/build-with-store/use-cases/store5/implementing-store-for-crud-operations#implementing-the-reader It seems like the
observeMany
function will collect forever. Then any subsequent streams will fire off more
observeMany
requests which results in multiple collectors never being disposed of. Any errors in that example won't be handled by the SoT and will crash since they are in a separate coroutine scope I'm also not understanding the need for the
MutableSharedFlow(8, 20)
Within the same function there's a small typo
.selectPostsByIds(operation.keys.map {}.map { it.toLong() })
where there's an extra map
👀 1
m
Thanks! Will respond this afternoon
Haven't been able to get to this, will do my best before eow