Thank you very much. I love Svelte too but I want to do a quick prototype with react native and I really miss the versatility and simplicity of Svelte stores.
Is there a way to create a derived store ? I know you added the concept of selectors, but it seems it has to be used in components. I would like to export a derived store from a module, to be used in multiple components.
Well I found an implementation in the code, it is just not documented. Though it seems to lack the subscription management. Or is that not needed because being used with hooks?
Hi,
Thank you very much. I love Svelte too but I want to do a quick prototype with react native and I really miss the versatility and simplicity of Svelte stores.
Is there a way to create a derived store ? I know you added the concept of selectors, but it seems it has to be used in components. I would like to export a derived store from a module, to be used in multiple components.
Thank you.