@use-ui/hooks
v1.0.40
Published
[useTopic](./api-docs/README.md#usetopic) - Async load data from backend.
Downloads
141
Readme
Collection of React hooks for building UI, including forms, validation and data fetching. Best used with Push-RPC framework.
Main hooks
useTopic - Async load data from backend.
useActions - Create async actions, with error handling & progress tracking.
useForm - Create async actions, with error handling & progress tracking.
Additional hooks/utils
useCachingTopic - Cache topic data for multiple subscribers.
usePrevious - Hook to use data from the previous render.
oneTimeField - Create a one-time field to be used with input components instead of useForm.
useResult - Access to global results, installed via ResultContext component.