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)