react_core 0.1.0
react_core: ^0.1.0 copied to clipboard
Platform-agnostic React component, node, and hook primitives for Dart.
0.1.0 #
- Introduces portable React nodes, components, hooks, refs, callbacks, and runtime capabilities.
- Adds fluent prop builders and component ergonomics shared by browser and server renderers.
- Adds
ReactCallback.zero,one, andtwoconvenience factories for safe foreign callbacks.