Expand description
Hooks to access render context.
Functions§
- use_
context - Hook to get a context from its type.
- use_
effect - Hook to cache a value and run an effect when it’s changed.
- use_
on_ drop - Hook to store a function that’s triggered on removal of the current
View. - use_
provider - Hook to provide a context.
- use_ref
- Hook to store a stateless value.
- use_
state - Hook to create render state.