Our great sponsors
-
Some of the benefits from this thread: https://github.com/pmndrs/jotai/issues/420
-
First class TS support, here an example project https://github.com/meandmax/redux-loop-ts-example/tree/master/src
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Personally I'm finding Effector to be very useful for the kinds of projects I'm working on. It encourages small atomic stores which means you don't need selectors to avoid rerenders throughout the app. Effectors stores also handle updates from multiple dependent async effects and derived states really well.