Form handling and error validation in React hooks.
Features
Live Examples
Basic Usage: Source | Sandbox
A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development.
Features
Demo: https://beautifulinteractions.github.io/beautiful-react-hooks/
View on Github
Dead simple state for React. Now with Hooks support. https://undux.org
React hooks for persist state management based.
Features
Demo: https://codesandbox.io/s/lrz5wloklm
View on Github
SWR is a React Hooks library for remote data fetching.
The name “SWR” is derived from stale-while-revalidate, a HTTP cache invalidation strategy popularized by RFC 5861. SWR first returns the data from cache (stale), then sends the fetch request (revalidate), and finally comes with the up-to-date data again.
It features:
Demo: https://swr.now.sh/
View on Github
A React hook for tensorflow.js to detect objects and poses easily:
Hooks for building lightweight, fast and extendable datagrids for React.
Enjoy this library? Try them all! React Query, React Form, React Charts
Features
Building Todoist from Scratch Using React (Custom Hooks, Context), Firebase & React Testing Library
This application (a Todoist clone) was built using create-react-app as a base, and the technologies used were React (Custom Hooks, Context), Firebase & React Testing Library. I’m hoping this gives people a better understanding of React, and I’ve also included SCSS in this tutorial, but the main focus is to build a real application using React! If you clone this application, click the Pizza icon on the top right, it enables dark mode!
Subscribe to my YouTube channel here: http://bit.ly/CognitiveSurge where I build projects like this! And don’t forget, you can contribute to this project (highly encouraged!). One thing I didn’t get time to do was incorporate accessibility into this application, so I’d love to see that added!
Access Local Storage using React hooks.
Demo: https://codesandbox.io/s/09xj95vxl
View on Github
React NPM library starter kit
based on Facebook’s Create react app. We are constantly updating repository with the updates of create-react-app, so we have all new features and bug fixes of it.
Demo: https://shubhanus.github.io/otp-input-react/
View on Github
Formalizer is a React Hooks based form validation library made for humans. The cleanest code or your money back ;)
Simple, tiny, extensible, intuitive, documented, fully tested, magical.
A set of hooks to build simple, flexible, WAI-ARIA compliant React dropdown components
A state manager for React Hooks. Maybe the simplest. ^_^
Some tiny examples using React hooks.
How to run
This project was bootstrapped with Create React App.
To run, clone the project, navigate to the project directory, and run:
npm start
Open http://localhost:3000 to view it in the browser.
React hook for using keyboard shortcuts in components. This is a hook version for the hotkeys package.
Documentation and live example
https://johannesklauss.github.io/react-hotkeys-hook/
React Loops work alongside React Hooks as part of the novel React Velcro architecture for building sticky, secure user interfaces that don’t come apart under pressure.
React hooks for forms validation without the hassle. https://react-hook-form.com
Features
Demo: https://react-hook-form.now.sh/
View on Github
React Hooks were introduced in version 16.8.0. They are a complete departure from class component lifecycle events. For more information, see the official React Hooks API Reference.
Here is a flow diagram that explains the new flow of a Hooks component.
#reactjs #javascript