github lynx-family/lynx-stack @lynx-js/react@0.106.0

latest releases: @lynx-js/template-webpack-plugin@0.6.7, @lynx-js/react-webpack-plugin@0.6.10, @lynx-js/web-worker-rpc@0.10.0...
11 days ago

Minor Changes

  • Improved rendering performance by batching updates sent to the main thread in a single render pass. This optimization reduces redundant layout operations on the main thread, accelerates rendering, and prevents screen flickering. (#239)

    BREAKING CHANGE: This commit changes the behavior of Timing API. Previously, timing events were fired for each update individually. With the new batching mechanism, timing events related to the rendering pipeline will now be triggered once per render cycle rather than for each individual update, affecting applications that rely on the previous timing behavior.

Patch Changes

  • Add missing typing for useErrorBoundary. (#263)

    You can now use useErrorBoundary it in TypeScript like this:

    import { useErrorBoundary } from '@lynx-js/react';
  • Modified the format of data sent from background threads to the main thread. (#207)

  • Support Lynx SSR. (#60)

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.