Tag react
https://github.com/tomkp/react-split-pane

Split-Pane React component, can be nested or split vertically or horizontally!

https://github.com/ashutosh1919/react-awesome-shapes

Insert Awesome Shapes into Your React Site with Ease.

https://github.com/nas5w/use-local-storage

A flexible React Hook for using Local Storage.

https://github.com/mmazzarolo/react-native-universal-monorepo

React Native boilerplate supporting multiple platforms: Android, iOS, macOS, Windows, web, browser extensions, Electron. An opinonated approach to supporting multiple platforms with React Native using a Yarn Workspaces monorepo.

https://github.com/reaviz/reaflow

React library for building workflow editors, flow charts and diagrams

REAFLOW is a modular diagram engine for building static or interactive editors. The library is feature-rich and modular allowing for displaying complex visualizations with total customizability.

https://usehooks-typescript.com/

Simple React hooks, ready to use, written in typescript.

  • useBoolean()
  • useCopyToClipboard()
  • useCounter()
  • useDarkMode()
  • useDebounce()
  • useElementSize()
  • useEventListener()
  • useFetch()
  • useHover()
  • useImageOnLoad()
  • useIntersectionObserver()
  • useInterval()
  • useIsClient()
  • useIsMounted()
  • useLocalStorage()
  • useLockedBody()
  • useMap()
  • useOnClickOutside()
  • useReadLocalStorage()
  • useScreen()
  • useScript()
  • useSsr()
  • useTimeout()
  • useWindowSize()
https://github.com/ozanyurtsever/verbum

Verbum is a fully flexible text editor based on lexical framework.

Verbum - Flexible Text Editor for React

Verbum is a fully flexible rich text editor based on lexical-playground and lexical framework.

https://github.com/Shopify/react-native-skia

React Native Skia brings the Skia Graphics Library to React Native. Skia serves as the graphics engine for Google Chrome and Chrome OS, Android, Flutter, Mozilla Firefox and, Firefox OS, and many other products.

https://github.com/lukeed/obj-str

A tiny (96B) library for serializing Object values to Strings.

This module's intended use is for converting an Object with CSS class names (as keys) to a space-delimited className string. Other modules have similar goals (like classnames), but obj-str only does one thing. This is why it's only 100 bytes gzipped!

import React from 'react';
import objstr from 'obj-str';

const TodoItem = ({ text, isDone, disabled }) => (
  <li className={ objstr({ item:true, completed:isDone, disabled }) }>
    <input type="checkbox" disabled={ disabled } checked={ isDone } />
    <label>{ text }</label>
  </li>
);```
https://github.com/tailwind-mobile/tailwind-mobile

Mobile UI components made with Tailwind CSS

Tailwind Mobile - Pixel perfect mobile UI components built with Tailwind CSS with iOS and Material Design components for React, Vue & Svelte

https://github.com/tajo/ladle

Develop, test and document your React story components faster

Alternative to storybook

https://github.com/tannerlinsley/react-virtual

Hooks for virtualizing scrollable elements in React

https://loadable-components.com/docs/getting-started/

React code splitting made easy

https://tailwind-mobile.com/

Pixel perfect mobile UI components built with Tailwind CSS With iOS and Material Design components for React, Vue & Svelte

https://www.npmjs.com/package/clsx

A tiny (228B) utility for constructing className strings conditionally from string, array, object...

https://github.com/tannerlinsley/react-table

Hooks for building lightweight, fast and extendable datagrids for React

https://github.com/brimdata/react-arborist

A sortable, virtual, customizable tree component for React.

https://github.com/sanity-io

Sanity.io a platform for structured content that comes with an open source editor that you can customize with React.js.

https://www.radix-ui.com/

Unstyled, accessible components for building high‑quality design systems and web apps in React.

https://github.com/tannerlinsley/react-charts

Simple, immersive and interactive charts for React

https://github.com/prc5/react-zoom-pan-pinch

React library to support easy zoom, pan, pinch on various html dom elements like images and divs

https://www.framer.com/motion/

A production-ready motion library for React.

https://github.com/facebook/lexical

Lexical is an extensible JavaScript web text-editor framework with an emphasis on reliability, accessibility and performance. Lexical aims to provide a best-in-class developer experience, so you can easily prototype and build features with confidence. Combined with a highly extensible architecture, Lexical allows developers to create unique text editing experiences that scale in size and functionality.

https://github.com/nusu/avvvatars

Beautifully crafted unique avatar placeholder for your next react project

https://www.framer.com/docs/three-introduction/

Framer Motion 3D is a simple yet powerful animation library for React Three Fiber. It offers most of the same functionality as Framer Motion for declarative 3D scenes.

https://github.com/tannerlinsley/react-location

Enterprise Client-Side Routing for React

https://mantine.dev/

A fully featured react components library

https://github.com/microsoft/griffel

CSS-in-JS with ahead-of-time compilation.

https://github.com/remotion-dev/remotion

Remotion is a suite of libraries building a foundation for creating videos programmatically using React.

https://github.com/antfu/unplugin-icons

Access thousands of icons as components on-demand universally.

https://nivo.rocks/

nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries.

https://github.com/vechai/vechaiui

A set of high-quality accessible React UI components with the built-in dark mode using Tailwind CSS. Pre-designed headless ui and radix-ui.

https://github.com/vadimdemedes/ink

React for CLIs. Build and test your CLI output using components.

Ink provides the same component-based UI building experience that React offers in the browser, but for command-line apps. It uses Yoga to build Flexbox layouts in the terminal, so most CSS-like props are available in Ink as well. If you are already familiar with React, you already know Ink.

Since Ink is a React renderer, it means that all features of React are supported. Head over to React website for documentation on how to use it. Only Ink's methods will be documented in this readme.

https://github.com/tannerlinsley/react-query

Hooks for fetching, caching and updating asynchronous data in React

https://www.patterns.dev/

Improve how you architect webapps

Patterns.dev is free book on design patterns and component patterns for building powerful web apps with vanilla JavaScript and React.

https://atroposjs.com

Atropos is a lightweight, free and open-source JavaScript library to create stunning touch-friendly 3D parallax hover effects.

Available for JavaScript, React and Vue.js

https://github.com/pmndrs/react-spring

A spring physics based React animation library