tjkandala / react-svelte-stores

Truly reactive stores for React
4 stars 0 forks source link

Derived stores #3

Open lud opened 3 years ago

lud commented 3 years ago

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.

lud commented 3 years ago

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?