Similar to React's useState hook. Returns a Value and a Setter as an array
of two items. Value will be undefined if the Resource isn't loaded yet. The
generated Setter function can be called to set the value. Be sure to look at
the various options for useValueOptions (debounce, commits, error handling).
Similar to React's
useState
hook. Returns a Value and a Setter as an array of two items. Value will beundefined
if the Resource isn't loaded yet. The generated Setter function can be called to set the value. Be sure to look at the various options for useValueOptions (debounce, commits, error handling).