Showing 644 open source projects for "react"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    EmoPicker

    EmoPicker

    Cross-platform desktop emojis picker

    Cross-platform desktop emojis picker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    React Refetch

    React Refetch

    A simple and composable way to fetch data for React components

    A simple, declarative, and composable way to fetch data for React components. This project was inspired by (and forked from) React Redux. Redux/Flux is a wonderful library/pattern for applications that need to maintain complicated client-side state; however, if your application is mostly fetching and rendering read-only data from a server, it can over-complicate the architecture to fetch data in actions, reduce it into the store, only to select it back out again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ReactXP

    ReactXP

    Library for cross-platform app development

    ReactXP builds on the popular React JS and React Native frameworks. Share most of your code between the web, iOS, Android, and Windows. Create great-looking, responsive web pages and mobile apps that feel native. With React and React Native, your web app can share most its logic with your iOS and Android apps, but the view layer needs to be implemented separately for each platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Headroom.js

    Headroom.js

    Give your pages some headroom, hide your header until you need it

    Headroom.js is a lightweight, high-performance JS widget (with no dependencies!) that allows you to react to the user's scroll. The header on this site is a living example, it slides out of view when scrolling down and slides back in when scrolling up. Fixed headers are a popular approach for keeping the primary navigation in close proximity to the user. This can reduce the effort required for a user to quickly navigate a site, but they are not without problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 5
    web-extension-starter

    web-extension-starter

    Web Extension starter to build "Write Once Run on Any Browser"

    ...Browser Tailored Manifest generation. Automatic build on code changes. Auto packs browser-specific build files. SASS styling. TypeScript by default. ES6 modules support. React UI Library by default. Smart reload. Used by extensions in production that has over 100,000+ users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    react-native-material-textfield
    Material texfield with consistent behavior on iOS and Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    react-native-scrollable-tab-view

    react-native-scrollable-tab-view

    Tabbed navigation that you can swipe between

    One of the best navigation patterns on Android. This is a very simple JavaScript-only implementation of it for React Native. Animations are very important to create a great user experience. Stationary objects must overcome inertia as they start moving. Objects in motion have momentum and rarely come to a stop immediately. Animations allow you to convey physically believable motion in your interface. The Animated API is designed to concisely express a wide variety of interesting animation and interaction patterns in a very performant way. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Carbon library

    Carbon library

    A declarative library for building component-based user interfaces

    ...Solves the various problems by architecture and algorithm without destructing UIKit. Carbon is a library for building component-based user interfaces in UITableView and UICollectionView inspired by SwiftUI and React. This make it painless to build and maintain the complex UIs. Since components made with Carbon can be works directly on SwiftUI, the cost of future migration can be greatly reduced. Uses DifferenceKit which is highly optimized based on Paul Heckel’s paper for diffing. Declarative design and diffing algorithm make your code more predictable, debugging easier and providing beautiful animations to users.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    gatsby-plugin-intl

    gatsby-plugin-intl

    Turn your website into an internationalization-framework

    Internationalize your Gatsby site. Gatsby plugin that turns your website into an internationalization framework out of the box. When you build multilingual sites, Google recommends using different URLs for each language version of a page rather than using cookies or browser settings to adjust the content language on the page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    Lile

    Lile

    Easily generate gRPC services in Go

    Lile is an application generator (think create-react-app, rails new or django start project) for gRPC services in Go and a set of tools/libraries. The primary focus of Lile is to remove the boilerplate when creating new services by creating a basic structure, test examples, Dockerfile, Makefile etc. Lile comes with a 'generator' to quickly generate new Lile services. Lile follows Go's conventions around $GOPATH and is smart enough to parse your new service's name to create the service in the right place. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Reactide

    Reactide

    The first dedicated IDE for React web application development

    Reactide is a cross-platform desktop application that offers a simulator, made for live reloading and quick React component prototyping. React brings an integrated suite of development tools to streamline react development. The days of flipping between browser, IDE, and server are over. Reactide runs an integrated Node server and custom browser simulator eliminating the need to configure any servers, build-tools, and even offers hot module reloading right out of the box. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    React Apollo

    React Apollo

    React integration for Apollo Client

    React Apollo allows you to fetch data from your GraphQL server and use it in building complex and reactive UIs using the React framework. React Apollo may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to do server-side rendering. Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tabler React

    Tabler React

    React components and demo for the Tabler UI theme

    React components and demo for the Tabler UI theme. Make sure you have Node.js 8+ and yarn installed. For more examples and documentation see the demo website. You should now be up and running with live browser reloading of the example website while you work on Tabler React components in the /src folder. When you're done working on your changes, submit a PR with the details and include a screenshot if you've changed anything visually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    React Native Typography

    React Native Typography

    Pixel–perfect, native–looking typographic styles for React Native

    Pixel–perfect, native–looking typographic styles for React Native. Creating great Text Styles in React Native is not a simple task, it requires a lot of fiddling and handling edge cases. This library provides a good set of defaults and helpers that cover the majority of the cases you'll need, make your code much simpler and render great on iOS, Android, and the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rebass

    Rebass

    React primitive UI components built with styled-system

    Start your design system without boiling the ocean. Build consistent UI with design constraints and user-defined scales. Best-in-class developer ergonomics with Styled System props. First-class support for theming & fully compatible with Theme UI. Quick, mobile-first responsive styles with array-based syntax. Flexbox layout with the Box and Flex components. Flexibility built in for high design & development velocity. Minimal footprint at about 4KB. By default, Rebass components are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    React + GraphQL starter kit

    React + GraphQL starter kit

    Universal React+GraphQL starter kit: React 16, Apollo 2, MobX

    Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR. React v16.8 (the one with hooks!) for UI. Apollo Client 2.5 (React) for connecting to GraphQL. MobX-React-Lite for declarative, type-safe flux/store state management. Emotion CSS-in-JS, with inline <style> tag generation that contains only the CSS that needs to be rendered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DVA Boot Admin

    DVA Boot Admin

    Rhttps://github.com/LANIF-UI/dva-boot-admin

    Dva Boot Admin is a React-based admin dashboard template that utilizes Dva.js for state management. It offers a modular architecture, making it suitable for building complex administrative interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    React Boilerplate

    React Boilerplate

    A highly scalable, offline-first foundation with the best DX

    React Boilerplate is a highly scalable, offline-first foundation for React.js applications. It offers the best developer experience with a focus on performance and best practices. React Boilerplate offers predictable state management so you can take control of your app’s state and keep state mutations manageable. It also features next generation JavaScript, so you can stop worrying about browser support or use features like arrow functions, JSX syntax and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    koa-react-router

    koa-react-router

    React-router middleware for koa 2

    koa 2 middleware for React server-side rendering and routing with react-router 5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    useReactRouter

    useReactRouter

    React Hook for pub-sub behavior using React Router

    use-react-router is a React hook that simplifies interaction with React Router’s navigation system. It allows developers to access the router’s history, location, and match objects without using higher-order components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    dva

    dva

    React and redux based, lightweight and elm-style framework

    React and redux-based, lightweight and elm-style framework. Lightweight front-end framework based on redux, redux-saga and react-router. (Inspired by elm and choo) Easy to learn, easy to use: only 6 apis, very friendly to redux users, and API reduce to 0 when use with umi. Elm concepts: organize models with reducers, effects and subscriptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    React Localize Redux

    React Localize Redux

    Dead simple localization for your React components

    Localization library for handling translations in React.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    universal-tilt.js

    universal-tilt.js

    Parallax tilt effect library

    JavaScript & jQuery elements movement library based on Tilt.js by Gijs Rogé and vanilla-tilt.js by Șandor Sergiu. universal-tilt.js contains additional functions for mobile devices with a gyroscope, new Position Base option and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    React Native Material UI

    React Native Material UI

    Highly customizable material design components for React Native

    Highly customizable material design components for React Native!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Element React

    Element React

    Element UI

    ...Download relevant design resources to shape a prototype or draft, increasing design efficiency. Element was initially written in Vue, which has many elegant UI components, but we also love React, so we forked it for the React community. It is recommended to use npm to install, it can be better used with webpackpackaging tools. Before starting, you also need a theme package, which we recommend here element-theme-default.
    Downloads: 0 This Week
    Last Update:
    See Project