Skip to content

Added simple descriptions to libs #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/useful-libraries/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

## General

* [Reach UI](https://reacttraining.com/reach-ui/)
* [Reach UI](https://reacttraining.com/reach-ui/) - Accessible foundation for React apps

## Hooks

* [react-use-measure](https://github.com/react-spring/react-use-measure)
* [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer)
* [react-use](https://github.com/streamich/react-use)
* [react-adaptive-hooks](https://github.com/GoogleChromeLabs/react-adaptive-hooks)
* [use-persisted-state](https://github.com/donavon/use-persisted-state)
* [use-query-string](https://github.com/trevorblades/use-query-string)
* [promise-hook](https://github.com/aiven715/promise-hook)
* [react-hotkeys-hook](https://github.com/JohannesKlauss/react-hotkeys-hook)
* [react-use-measure](https://github.com/react-spring/react-use-measure) - Reactive boundry measurments
* [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) - Check if element is in the viewport
* [react-use](https://github.com/streamich/react-use) - Large collection of essential hooks
* [react-adaptive-hooks](https://github.com/GoogleChromeLabs/react-adaptive-hooks) - Hooks and utilities for adaptive loading
* [use-persisted-state](https://github.com/donavon/use-persisted-state) - Multi-instance, multi-tab/browser shared and persistent state
* [use-query-string](https://github.com/trevorblades/use-query-string) - Serialize state into the URL query string
* [promise-hook](https://github.com/aiven715/promise-hook) - Simple data fetching
* [react-hotkeys-hook](https://github.com/JohannesKlauss/react-hotkeys-hook) - Simple keyboard shortcut support

## Components

* [downshift](https://github.com/downshift-js/downshift)
* [react-focus-lock](https://github.com/theKashey/react-focus-lock)
* [formik](https://github.com/jaredpalmer/formik)
* [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd)
* [downshift](https://github.com/downshift-js/downshift) - Autocomplete/dropdown/select/combobox components
* [react-focus-lock](https://github.com/theKashey/react-focus-lock) - Browser friendly focus lock
* [formik](https://github.com/jaredpalmer/formik) - Simple form component
* [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) - Drag and drop lists

## Animation

Expand Down