react-hook-auth
v0.0.1
Published
React Hooks for your Authentication
Readme
react-hook-auth
React Hooks for your Authentication
Install
npm install --save react-hook-authUsage
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
