react_js 0.1.1
react_js: ^0.1.1 copied to clipboard
JavaScript interop renderer and runtime bindings for React Dart.
Changelog #
0.1.1 #
- Fixes hook dependency encoding to use stable snapshot identity instead of
React-prop encoding, so raw Dart callbacks and model objects work as
useMemo/useEffectdependencies. - Fixes
createElementto pass children as variadic arguments instead of a single array, avoiding spurious React key warnings for static siblings.
0.1.0 #
- Introduces the JavaScript renderer, hook bindings, callback bridge, and component registry.
- Adds public codec registration for custom Dart-wrapped JavaScript value types.