You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @shiftyp I think you are/were on to something here. I feel like you may have been ahead of your time when you initially released this. I hope you haven't abandoned the project/prospect completely.
I thought you might be interested in a couple other libraries who are attempting to do similar things to redurx:
Calmm: uses Kefir observables, atoms, lenses and a special React Implementation to enable observables to be used directly within the components.
Focal: fork and port of calmm that uses RxJS instead of Kefir, and some additional short-cuts that make state management super straight-forward (for those comfortable with lenses, atoms and observables). This library is used in production at Grammarly.
I'm currently playing around with focal. I really like your idea of having state management handled by RxJS and using recompose as a way to bind the state to React. This way, one could use the state management with both React and React Native (not currently possible with focal or calmm due to their re-implementation of the react dom primitives). I also really like the idea of using lenses to "zero in" on specific parts of state and update it immutably. I thought you'd like this as well!
The text was updated successfully, but these errors were encountered:
Hi @shiftyp I think you are/were on to something here. I feel like you may have been ahead of your time when you initially released this. I hope you haven't abandoned the project/prospect completely.
I thought you might be interested in a couple other libraries who are attempting to do similar things to
redurx
:Calmm: uses Kefir observables, atoms, lenses and a special React Implementation to enable observables to be used directly within the components.
Focal: fork and port of
calmm
that uses RxJS instead of Kefir, and some additional short-cuts that make state management super straight-forward (for those comfortable with lenses, atoms and observables). This library is used in production at Grammarly.I'm currently playing around with
focal
. I really like your idea of having state management handled by RxJS and usingrecompose
as a way to bind the state to React. This way, one could use the state management with both React and React Native (not currently possible withfocal
orcalmm
due to their re-implementation of thereact
dom primitives). I also really like the idea of using lenses to "zero in" on specific parts of state and update it immutably. I thought you'd like this as well!The text was updated successfully, but these errors were encountered: