Skip to content

nateweller/hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.