react-sage
v0.3.16
Published

Downloads
1,280
Maintainers
Readme
react-sage
Handy-dandy hooks.
Use
# Install
npm i react-sage// Available hooks.
import { useForm } from 'react-sage'
import { useQuery } from 'react-sage'
import { useBatchQuery } from 'react-sage'
import { useMutation } from 'react-sage'
import { useBatchMutation } from 'react-sage'
import { useFilePicker } from 'react-sage'
import { usePersistedState } from 'react-sage'