ianstormtaylor / react-values

A set of tiny React components for handling state with render props.
https://git.io/react-values
MIT License
1.01k stars 39 forks source link

add <ObjectValue> component #28

Closed ianstormtaylor closed 6 years ago

ianstormtaylor commented 6 years ago

This adds an <ObjectValue> helper component, with a similar interface as <MapValue>, using set/unset/clear, but also providing the useful assign transform as well.

Fixes #3