Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 341 Bytes

Hooks

Handy custom React hooks.

useAuth()

Wrapper hook for authorization actions and accessing user data.

useDataStore()

Data storage/caching layer that integrates with an API.

useDataStoreItem()

Interface for working with a single point of data from useDataStore().

useForm()

Wrapper for form handling with Formik.