1.1.3 • Published 1 year ago

@sandetechtips/hooks v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

npm downloads npm npm

Features

  • Built for performance.
  • Embraces powers of useEffect from React.
  • Out of the box integration with React version >= 16.8.0
  • Small size and no dependencies

Install

npm install @sandetechtips/hooks

Quickstart

import { useToggle } from '@sandetechtips/hooks';

function App() {
    const [show, setShow] = useToggle();

    return (
        <Fragment>
            <p>{show.toString()}</p>
            <button onClick={toggle}> Toggle </button>
        </Fragment>
    );
}

Contributors

You are welcome to contribute just send a request to me @ sandeshsingh265@gmail.com! [Become a contributor].

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0-alpha3

1 year ago

1.1.0-alpha2

1 year ago

1.1.0-alpha1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago