Hooks
- useAsyncCollection() — Resolves and stores at the given path of global state elements of an asynchronous data collection.
- useAsyncData() — Resolves asynchronous data, and stores them at the given path of global state.
- useGlobalState() — The primary hook for interacting with the global state, modeled after the standard React's useState().
caution
- getGlobalState() — Turned into a function, thus moved under the corresponding section above.
- getSsrContext() — Turned into a function, thus moved under the corresponding section above.