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
Other projects like react-redux are moving to it (PR reduxjs/react-redux#1808 ) so might provide some benefits / need for custom subscription/memoization/scheduling.
The text was updated successfully, but these errors were encountered:
With React 18 there is a new
useSyncExternalStore
hook (and a shim for >= 16.8) to properly subscribe to values in stores.reactwg/react-18#86
Other projects like
react-redux
are moving to it (PR reduxjs/react-redux#1808 ) so might provide some benefits / need for custom subscription/memoization/scheduling.The text was updated successfully, but these errors were encountered: