Skip to content

@lynx-js/react-alias-rsbuild-plugin@0.19.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 09:30
6b0031f

Patch Changes

  • Apply ReactLynx aliases to every generated bundler chain so repeated Rsbuild config initialization, including Rstest, retains the plugin's resolve configuration. (#3501)

  • Add @lynx-js/react-signals, a thread-aware Preact Signals adapter that keeps Signals dependencies out of @lynx-js/react. Signal reactivity runs on the background thread, while main-thread rendering uses static signal values with inactive setters, subscriptions, and effects. (#3346)