README
react-hook-auth
React Hooks for your Authentication
Install
npm install --save react-hook-auth
Usage
import React, { Component } from 'react'
import MyComponent from 'react-hook-auth'
import 'react-hook-auth/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © crofoot