All Projects → imbhargav5 → Rooks

imbhargav5 / Rooks

Licence: mit
Essential hooks ⚓ to super charge your components!

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Rooks

React Uploady
Modern file uploading - components & hooks for React
Stars: ✭ 372 (-58.16%)
Mutual labels:  hooks, components
Zent
A collection of essential UI components written with React.
Stars: ✭ 2,133 (+139.93%)
Mutual labels:  hooks, components
Reef
A lightweight library for creating reactive, state-based components and UI.
Stars: ✭ 700 (-21.26%)
Mutual labels:  components
Awesome React Hooks
Awesome React Hooks
Stars: ✭ 7,616 (+756.69%)
Mutual labels:  hooks
Clarity
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
Stars: ✭ 6,398 (+619.69%)
Mutual labels:  components
Vue Instantsearch
👀 Algolia components for building search UIs with Vue.js
Stars: ✭ 707 (-20.47%)
Mutual labels:  components
Webhook
webhook is a lightweight incoming webhook server to run shell commands
Stars: ✭ 7,201 (+710.01%)
Mutual labels:  hooks
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+2591.79%)
Mutual labels:  components
Fprime
F' - A flight software and embedded systems framework
Stars: ✭ 8,642 (+872.1%)
Mutual labels:  components
Blockhook
Hook Objective-C blocks. A powerful AOP tool.
Stars: ✭ 742 (-16.54%)
Mutual labels:  hooks
Catberry
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.
Stars: ✭ 793 (-10.8%)
Mutual labels:  components
Router
一款单品、组件化、插件化全支持的Andoid端路由框架。
Stars: ✭ 741 (-16.65%)
Mutual labels:  components
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (+591.23%)
Mutual labels:  components
React Async Hook
React hook to handle any async operation in React components, and prevent race conditions
Stars: ✭ 781 (-12.15%)
Mutual labels:  hooks
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-21.03%)
Mutual labels:  components
Web3 React
🧰 A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
Stars: ✭ 788 (-11.36%)
Mutual labels:  hooks
Formik
Build forms in React, without the tears 😭
Stars: ✭ 29,047 (+3167.38%)
Mutual labels:  hooks
Nbstripout
strip output from Jupyter and IPython notebooks
Stars: ✭ 738 (-16.99%)
Mutual labels:  hooks
Jss
JSS is an authoring tool for CSS which uses JavaScript as a host language.
Stars: ✭ 6,576 (+639.71%)
Mutual labels:  components
React Latest Framework
a client framework of React
Stars: ✭ 835 (-6.07%)
Mutual labels:  hooks



Build Status Release script All Contributors


A super awesome collection of regularly used custom hooks as utils for React.

Complete Documentation

Image from Gyazo

List of all hooks

Features

✅ Collection of 60 hooks as standalone modules.

✅ Standalone package with all the hooks at one place

✅ CommonJS, UMD and ESM Support

Installation

For a specific hook like useDidMount

npm i -s @rooks/use-did-mount
npm i -s @rooks/use-interval
import useDidMount from "@rooks/use-did-mount";

For standalone build with all the hooks

npm i -s rooks

Import any hook from "rooks" and start using them!

import { useDidMount } from "rooks";

Usage

function App() {
  useDidMount(() => {
    alert("mounted");
  });
  return (
    <div className="App">
      <h1>Hello CodeSandbox</h1>
      <h2>Start editing to see some magic happen!</h2>
    </div>
  );
}

Standalone Package

Package containing all the hooks is over here. - Docs and Npm Install


License

MIT

Contributors

Thanks goes to these wonderful people (emoji key):


Bhargav Ponnapalli

💻 🤔 🎨 📖 🐛

Tsvetan

💻

Wei Zhu

💻

Akshay Kadam (A2K)

💻

Austin Peterson

💻

Frank Hellwig

💻

Neilor Caldeira

💻

Cong Zhang

💻

Brian Steere

💻

anil kumar chaudhary

💻

Harsh Zalavadiya

💻

maciek_grzybek

💻

CT Wu

💻 🤔

Braxton Christensen

💻

Lionel

💻

Max Stoiber

💻

Stupid

💻

Michael Moore

💻

Arman

💻

zeritte

💻

Cal Courtney

💻

wes christiansen

💻

Daniel Holmes

💻

Adrien Lemaire

💻

Harshil Parmar

💻

Yakko Majuri

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

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].