Install
yarn add @chocolab/hooks
Usage
import { useAxios, useNextAuth } from '@chocolab/hooks'
function Component() {
const { data, loaded, error } = useAxios({
method: 'get',
url: 'google.co.ve'
})
const { token, setToken } = useNextAuth('LOCALSTORAGE_KEY', '/redirect-to', true /* where in login */)
return <></>
}
Maintainers
jefer94 |