Skip to content

4.7.0

Compare
Choose a tag to compare
@developit developit released this 18 Apr 13:20
· 5491 commits to main since this release
  • Merge #106: removes some unnecessary code, drops ~50 bytes

  • Lazy-instantiate the internal mapping for linkState() and setState's callback queue.

    This reduces allocation cost for components. It also reduces overall memory consumption for classful components that don't make use of those given features (certainly the common case for setState callback)