ReactJS

Open-source projects categorized as ReactJS

Top 23 ReactJS Open-Source Projects

  1. zustand

    🐻 Bear necessities for state management in React

    Project mention: Why Zustand suceed in the React state management war? | dev.to | 2025-01-22

    And here we come to Zustand.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. react-hook-form

    📋 React Hooks for form state management and validation (Web + React Native)

    Project mention: Top 20 Modern React Libraries To Supercharge Your Next Big Project | dev.to | 2025-02-18

    Resource: React Hook Form Documentation

  4. reactjs-interview-questions

    List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

    Project mention: Top Github repositories for 10+ programming languages | dev.to | 2024-07-16

    Reactjs interview questions

  5. chakra-ui

    Chakra UI is a component system for building products with speed ⚡️

    Project mention: Top 10 Next.js UI Libraries for Modern Web Apps | dev.to | 2025-03-11

    Chakra UI

  6. coolify

    An open-source & self-hostable Heroku / Netlify / Vercel alternative.

    Project mention: Moving away from US cloud services | news.ycombinator.com | 2025-03-18

    Didn't see Coolify [0] combined with Hetzner mentioned in the article!

    [0] https://coolify.io/

  7. novu

    Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.

    Project mention: Open-source notification Inbox for Next.js | news.ycombinator.com | 2025-03-18
  8. taro

    开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. ToolJet

    Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀

    Project mention: Show HN: ToolJet 3.0 – open-source internal tool and workflow builder | news.ycombinator.com | 2024-11-13
  11. Twenty

    Building a modern alternative to Salesforce.

    Project mention: Top 13 Most-Starred Open Source Next.js Projects on GitHub ⭐ | dev.to | 2025-02-16

    🔗 GitHub: https://github.com/twentyhq/twenty

  12. 30-Days-Of-React

    30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

    Project mention: GitHub Repos Essential for Every React Developer | dev.to | 2024-09-09

    The GitHub repository 30-Days-Of-React by Asabeneh offers a comprehensive and structured approach to mastering React in just 30 days. It is a good repository to get started in React. It has a guide that will introduce React and explore more topics related to React.

  13. react-table

    🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

    Project mention: Svelte5: A Less Favorable Vue3 | news.ycombinator.com | 2025-03-08

    https://github.com/TanStack/table/pull/5943

    IMHO, trying to teach people this level of idiosyncrasy is a bit silly, and regardless of benefit, seems unlikely to work long term.

    I also agree the community is frustrating to deal with. I reported what is a blazingly clear bug (once you know it exists):

    Svelte5 ships two incompatible Snippet types because of the use of unique symbols for SnippetReturn. Different unique symbols are never compatible in TS.

    So these two SnippetReturn types (which are then used in the Snippet type in each file):

        rg -ai ".*SnippetReturn.*unique symbol"

  14. react-admin

    A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design

    Project mention: How to build a CMS with Supabase and React-admin | dev.to | 2025-02-03

    I've been working with react-admin on various projects, some of which required basic CMS features in addition to the core application. We've used headless CMS like Strapi, Directus, or Prismic for these features. However, react-admin is so powerful that it can be used to build the CMS part, too. That's why I worked on a CMS proof-of-concept using react-admin for the admin UI and Supabase (which provides a REST API) for the backend.

  15. redoc

    📘 OpenAPI/Swagger-generated API Reference Documentation

    Project mention: How to Use Swagger UI with Django | dev.to | 2025-02-19

    While other documentation tools like ReDoc offer various features, Swagger UI stands out for its interactive design and ease of implementation. This makes it a valuable tool for helping developers understand and test your API directly from the documentation.

  16. heroui

    🚀 Beautiful, fast and modern React UI library. (Previously NextUI)

    Project mention: Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks | dev.to | 2025-01-12

    Tailwind CSS shadcn/ui NextUI Material UI DaisyUI Park UI Aceternity UI

  17. react-starter-kit

    The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

  18. signoz

    SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool

    Project mention: Ask HN: AI infrastructure in production – what is your tech stack? | news.ycombinator.com | 2025-03-17
  19. conductor

    Conductor is an event driven orchestration platform providing durable and highly resilient execution engine for your applications

    Project mention: Netflix has open-sourced its Maestro Workflow Orchestrator | news.ycombinator.com | 2024-07-22

    I'm a bit confused about what is going on here: This project appears to use Netflix/conductor [0]. But you go to that repo, you see it has been archived, with a message saying it is replaced by Netflix's internal non-OSS version, and by unmentioned community forks – by which I assume they mean Orkes Conductor [1]. But this isn't using Orkes Conductor, it looks like it is using the discontinued Netflix version `com.netflix.conductor:conductor-core:2.31.5` [2] – and an outdated version of it too.

    [0] https://github.com/Netflix/conductor

    [1] https://github.com/conductor-oss/conductor

    [2] https://github.com/Netflix/maestro/blob/e8bee3f1625d3f31d84d...

  20. react-testing-library

    🐐 Simple and complete React DOM testing utilities that encourage good testing practices.

    Project mention: Good Refactoring vs Bad Refactoring | dev.to | 2024-08-23

    Write and run tests to ensure your refactored code doesn't break existing functionality. Vitest is a particularly fast, solid, and easy-to-use test runner that requires zero configuration by default. For visual testing, consider using Storybook. React Testing Library is a great set of utilities for testing React components (there are Angular and more variants as well).

  21. emotion

    👩‍🎤 CSS-in-JS library designed for high performance style composition

    Project mention: Exploring Pigment CSS, a zero-runtime CSS-in-JS library by MUI | dev.to | 2024-07-03

    The most popular CSS-in-JS libraries are styled-components and Emotion. MUI, a React component library, recently released a promising, zero-runtime CSS-in-JS library called Pigment CSS. This article will explore the features and benefits of Pigment CSS, offering a comparison to styled-components and Emotion based on performance, features, developer experience, and community support.

  22. CopilotKit

    React UI + elegant infrastructure for AI Copilots, AI chatbots, and in-app AI agents. The Agentic last-mile 🪁

    Project mention: Connecting AI Agent with UI - State Management🧩 | dev.to | 2025-02-28

    In my view CopilotKit works more efficient and smooth than tools like assistant-ui and open-canvas.

  23. react-bits

    ✨ React patterns, techniques, tips and tricks ✨

  24. reactotron

    A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.

    Project mention: React Native Debugger: Best Tools and How to Use Them | dev.to | 2024-12-30

    Usage: Install Reactotron via npm and follow the setup instructions on the Reactotron GitHub page. Use it to monitor API activity and validate state transitions.

  25. awx

    AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

ReactJS discussion

Log in or Post with

ReactJS related posts

  • Shopify vs. WooCommerce: Which One is the Best for Your E-commerce Store in 2025?

    2 projects | dev.to | 20 Mar 2025
  • 🚀 Next.js Starter Update: Our March 2025 Dependency Updates 🎉

    1 project | dev.to | 15 Mar 2025
  • LeResume – Resume builder and sharing web platform

    1 project | news.ycombinator.com | 9 Mar 2025
  • Building a translation CI/CD pipeline with Lingo.dev

    1 project | dev.to | 4 Mar 2025
  • Mozilla is trying to backtrack on Firefox's controversial data privacy update

    1 project | news.ycombinator.com | 2 Mar 2025
  • How to build a CMS with Supabase and React-admin

    4 projects | dev.to | 3 Feb 2025
  • ⚛️⏱️Parte 2: Criando um Timer com Histórico em React

    1 project | dev.to | 1 Feb 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 22 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source ReactJS projects? This list will help you:

# Project Stars
1 zustand 51,058
2 react-hook-form 42,650
3 reactjs-interview-questions 41,357
4 chakra-ui 38,771
5 coolify 38,601
6 novu 36,503
7 taro 36,207
8 ToolJet 35,046
9 Twenty 27,140
10 30-Days-Of-React 26,526
11 react-table 26,033
12 react-admin 25,517
13 redoc 24,181
14 heroui 23,525
15 react-starter-kit 22,855
16 signoz 21,021
17 conductor 20,393
18 react-testing-library 19,199
19 emotion 17,675
20 CopilotKit 17,463
21 react-bits 17,138
22 reactotron 15,142
23 awx 14,419

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?