0.0.3 • Published 6 months ago

react-hooks-typescript v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago