0.0.3 • Published 2 years ago

react-hooks-typescript v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Hooks

  • useOnlineStatus
import React from 'react';
import {useOnlineStatus} from 'react-hooks-typescript';
const App = () => {
    const onlineStatus = useOnlineStatus()
    return (
        <div>
            {onlineStatus}
        </div>
    )
}

export default App;
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago