React 18 introduced 5 new hooks which should be added to Atomico:
useTransition
useDeferredValue
useId
useSyncExternalStore
useInsertionEffect
As we share some code between React Native and Atomico, it would be nice to have the new hooks available. At least I wanted to use useId and useInsertionEffect which should be pretty easy to add I guess.
React 18 introduced 5 new hooks which should be added to Atomico:
useTransitionuseDeferredValueuseIduseSyncExternalStoreuseInsertionEffectAs we share some code between React Native and Atomico, it would be nice to have the new hooks available. At least I wanted to use
useIdanduseInsertionEffectwhich should be pretty easy to add I guess.