svelte memory management stores

Viewed 63

My question is how subscribe works in a store. Does it work like a reference? Should upload data be stored in a store or is that bad for performance?

1 Answers
Related