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
useStatehook. Returns a Value and a Setter as an array of two items. Value will beundefinedif 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).