Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

0.4.1

Compare
Choose a tag to compare
@drarmstr drarmstr released this 26 Aug 23:42
  • Performance optimizations to suppress re-rendering components:
    • When subscribed selectors evaluate to the same value. (#749, #952)
    • On initial render when not using React Concurrent Mode (#820)
    • When selector async deps resolve, but React re-renders before chained promises have executed.
  • Fixed #1072 where in some cases selectors with async deps would not update in response to state updates