GitXplorerGitXplorer
s

use-react-hooks

public
7 stars
0 forks
3 issues

Commits

List of commits on branch master.
Verified
e0a5df5e90752b744300e2f437e41f3e58d87b6f

added documentation

ssaranshkataria committed 6 years ago
Unverified
638450a76a3b242ba5eff4d8f4a9f1f79ff26c25

fixed typo

ssaranshkataria committed 6 years ago
Unverified
73013f2158bac3a3e83cfaf19594d9700023a6f4

added useWindowSize

ssaranshkataria committed 6 years ago
Unverified
674b95c2989f5063f47df78f2b653e279dfe0464

added useLocalStorage

ssaranshkataria committed 6 years ago
Unverified
9c925f4694b736f122d4f2471b3e14bd35ab9f7d

initial commit

ssaranshkataria committed 6 years ago
Verified
f966cdf318ed8642a8afef6fda8e1b1c8ab2f5a7

Initial commit

ssaranshkataria committed 6 years ago

README

The README file for this repository.

use-react-hooks

A collection of react hooks that you can use for your projects

Following the recent announcement of react hooks at React Conf, this repository was created to act as a central place for most common hooks that you can use.

Note: React hooks is in alpha right now and the API is subject to change.

Usage

  • You need to use React 16.7.0-alpha.0 or later to use the Hooks API.
  • You can then import individual hooks according to need

Current implementations

  • useLocalStorage
  • useWindowSize