Fattafatta / rescript-jotai

ReScript bindings for Jotai. Primitive and flexible state management for React.
23 stars 4 forks source link

Add atomFamily #7

Closed mcharnet closed 1 year ago

mcharnet commented 2 years ago

Hi @Fattafatta,

Thanks for these bindings ! Would it be possible to add atomFamily with async support ?

Thanks

Fattafatta commented 1 year ago

Hi @mcharnet,

atomFamily is now supported. You can find usage examples in the README

I'm not entirely sure what you mean by async support. Do you have an example?