React hook for managing a single value in NonLocalStorage.
Provides a simple interface to read and update a value for a given key, with error handling.
The type of value to store.
The unique identifier for the NonLocalStorage instance.
The key to store and retrieve data for.
Options for NonLocalStorage, including credentials and instance options.
A tuple containing:
React hook for managing a single value in NonLocalStorage.
Provides a simple interface to read and update a value for a given key, with error handling.