I'm interested in using Store, and recognise the p...
# store
d
I'm interested in using Store, and recognise the problems it is solving. I've also started out my project using kRPC; is Store transport agnostic in this respect; and the
Flow
ability offered by kRPC elide nicely with Store, if my server is already sending a reactive stream?
m
Hey, yes Store is transport-agnostic. Fetcher is just a function that returns a
Flow
so it can adapt HTTP, WebSockets, gRPC, etc