Skip to content

0.2.0 - useDerived to map values from another live

Choose a tag to compare

@andreterron andreterron released this 21 Apr 06:24
· 27 commits to main since this release

0.2.0

Create derived values with useDerived

Added

  • useDerived: a React hook that transforms the value from another live. Equivalent to a "map" operator.

Links