All Projects → alibaba → Hooks

alibaba / Hooks

Licence: mit
A high-quality & reliable React Hooks library.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hooks

React Form
⚛️ Hooks for managing form state and validation in React
Stars: ✭ 2,270 (-71.05%)
Mutual labels:  hooks, react-hooks
Constate
React Context + State
Stars: ✭ 3,519 (-55.12%)
Mutual labels:  hooks, react-hooks
Haunted
React's Hooks API implemented for web components 👻
Stars: ✭ 2,197 (-71.98%)
Mutual labels:  hooks, react-hooks
React Hook Form
📋 React Hooks for form state management and validation (Web + React Native)
Stars: ✭ 24,831 (+216.68%)
Mutual labels:  hooks, react-hooks
The Platform
Web. Components. 😂
Stars: ✭ 4,355 (-44.46%)
Mutual labels:  hooks, react-hooks
Awesome React Hooks
Awesome React Hooks
Stars: ✭ 7,616 (-2.87%)
Mutual labels:  hooks, react-hooks
Fre
👻 Tiny Footprint Concurrent UI library for Fiber.
Stars: ✭ 3,195 (-59.25%)
Mutual labels:  hooks, react-hooks
Easy Peasy
Vegetarian friendly state for React
Stars: ✭ 4,525 (-42.29%)
Mutual labels:  hooks, react-hooks
Beautiful React Hooks
🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥
Stars: ✭ 5,242 (-33.15%)
Mutual labels:  hooks, react-hooks
Formik
Build forms in React, without the tears 😭
Stars: ✭ 29,047 (+270.45%)
Mutual labels:  hooks, react-hooks
Graphql Hooks
🎣 Minimal hooks-first GraphQL client
Stars: ✭ 1,610 (-79.47%)
Mutual labels:  hooks, react-hooks
Portfolio
💼 My personal portfolio built with React and three.js.
Stars: ✭ 106 (-98.65%)
Mutual labels:  hooks
React Gesture Responder
a gesture responder system for your react application
Stars: ✭ 99 (-98.74%)
Mutual labels:  hooks
Debug Objects
WordPress Plugin for debugging and learning with and at the application.
Stars: ✭ 98 (-98.75%)
Mutual labels:  hooks
Use Substate
🍙 Lightweight (<600B minified + gzipped) React Hook to subscribe to a subset of your single app state.
Stars: ✭ 97 (-98.76%)
Mutual labels:  hooks
Lefthook
Fast and powerful Git hooks manager for any type of projects.
Stars: ✭ 1,848 (-76.43%)
Mutual labels:  hooks
Rx React Container
Use RxJS in React components, via HOC or Hook
Stars: ✭ 105 (-98.66%)
Mutual labels:  hooks
Flagged
Feature Flags for React made easy with hooks, HOC and Render Props
Stars: ✭ 97 (-98.76%)
Mutual labels:  hooks
Pre Commit Hooks
A set of useful (and documented!) git pre-commit hooks.
Stars: ✭ 95 (-98.79%)
Mutual labels:  hooks
Platform Samples
A public place for all platform sample projects.
Stars: ✭ 1,328 (-83.06%)
Mutual labels:  hooks

A high-quality & reliable React Hooks library.

NPM version NPM downloads gzip size GitHub

English | 简体中文

⚠️ This is v3 branch, find v2 from https://github.com/alibaba/hooks/tree/release/v2.x

📚 Documentation

Features

  • Easy to learn and use
  • Supports SSR
  • Special treatment for functions, avoid closure problems
  • Contains a large number of advanced Hooks that are refined from business scenarios
  • Contains a comprehensive collection of basic Hooks
  • Written in TypeScript with predictable static types

📦 Install

$ npm install --save ahooks
# or
$ yarn add ahooks

🔨 Usage

import { useRequest } from 'ahooks';

💻 Online Demo

Edit demo for ahooks

🤝 Contributing

$ git clone [email protected]:alibaba/hooks.git
$ cd hooks
$ yarn run init
$ yarn start

Open your browser and visit http://127.0.0.1:8000

We welcome all contributions, please read our CONTRIBUTING.MD first, let's build a better hooks library together.

Thanks to all the contributors:

contributors

👥 Discuss

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].