Skip to content

@lynx-js/react-signals@0.0.1

Choose a tag to compare

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

Patch Changes

  • Register the snapshot and worklet definitions collected from the background build on the main thread, so a definition the main-thread bundle dropped no longer fails with Snapshot not found. (#3393)

  • 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)