Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 561 Bytes

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