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
With the upcoming release of React.useContextSelector we can remove SimpleStateConsumer and move to a full hooks-based solution without impacting performance, as was originally intended.
This is also a good chance to rewrite the library in TypeScript.
The text was updated successfully, but these errors were encountered:
With the upcoming release of
React.useContextSelector
we can removeSimpleStateConsumer
and move to a full hooks-based solution without impacting performance, as was originally intended.This is also a good chance to rewrite the library in TypeScript.
The text was updated successfully, but these errors were encountered: