JavaScript React

Open-source JavaScript projects categorized as React

Top 23 JavaScript React Projects

  • React

    The library for web and native user interfaces.

    Project mention: React Unmasked: Episode 1 - The Anatomy of a React App | dev.to | 2024-10-06

    React Documentation

  • SaaSHub

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

    SaaSHub logo
  • Next.js

    The React Framework

    Project mention: Setting Up a Next.js App with Tailwind CSS and TypeScript: A Comprehensive Guide | dev.to | 2024-10-07
  • create-react-app

    Set up a modern web app by running one command.

    Project mention: Micro-libraries need to die already | news.ycombinator.com | 2024-08-18

    This is just a discourse based on "I need to churn out something, I need that fast and I didn't start in the web game when Backbone and E4X were a solid corporate choice". If you are not in a hurry, work in a solid team and have a good attention span, a lot of clickbait idiocy around JS may not happen.

    I'm presenting you one of countless examples: a lot of coding bootcamps teach React, maybe with TS, maybe with JS.

    Enter react-create-app.

    https://github.com/facebook/create-react-app

    The docs are a link, while the commands you paste are laid out at 9th row in the README. That will become a habit for a junior.

  • 33-js-concepts

    📜 33 JavaScript concepts every developer should know.

    Project mention: 18 GitHub Repos to Learn JavaScript | dev.to | 2024-07-26

    15 . 33 JS Concepts This repository is a collection of articles and books on the 33 JavaScript Concepts which every JavaScript Developer should know in order to have an in-depth knowledge of the language and its working.

  • Gatsby

    The best React-based framework with performance, scalability and security built in.

    Project mention: Getting started with Shadcn/UI in React: A practical guide | dev.to | 2024-09-09

    It is a collection of beautifully designed user interface (UI) components that you can easily copy and paste into your applications. Developers can use it with any framework that supports React, like Next, Gatsby, Remix, and others.

  • react

    Cheatsheets for experienced React developers getting started with TypeScript (by typescript-cheatsheets)

    Project mention: Onde contribuir no #Hacktoberfest 2024 | dev.to | 2024-10-03
  • Meteor JS

    Meteor, the JavaScript App Platform

    Project mention: 6 Repositories To Master Node.js | dev.to | 2024-07-13

    4. Meteor

  • 30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

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

    30 Days of JS preparation 30 Days of Javascript preparation that teaches JS topics in 30 days one topic per day, quite a good roadmap as well to learn JS from scratch.

  • 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

  • Preact

    ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

    Project mention: Build Web Apps Absurdly Fast with Vite | dev.to | 2024-09-13

    This command creates a new Vite project with React. Feel free to replace “react” with “vue” or “vanilla” if that’s more your jam. Svelte, Preact, Qwik, and others are supported, too!

  • SheetJS js-xlsx

    📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

    Project mention: Building an inventory management app: 'Invento' as a Beginner Developer | dev.to | 2024-07-24

    XLSX : XLSX is a library for parsing and writing Excel spreadsheet files. It enables the application to export data to Excel, which is a common requirement for inventory management systems.

  • awesome-react-native

    Awesome React Native components, news, tools, and learning material!

    Project mention: 10 Mobile App Projects to Elevate Your Skills to Senior Developer Level | dev.to | 2024-08-21

    References: Mobile App Development Courses on Udacity Mobile App Development Tutorials on Ray Wenderlich GitHub: A Curated List of Awesome Mobile Development Libraries Flux, Redux, and MobX: A Comparison Human Interface Guidelines

  • react-beautiful-dnd

    Beautiful and accessible drag and drop for lists with React

    Project mention: I made Webflow but for Python UI. Here's how I built it | dev.to | 2024-10-03

    When starting out I had researched on a couple of libraries such as React-beautiful-Dnd, React Dnd-kit and React Swappy.

  • react-boilerplate

    🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.

    Project mention: Redux developers, please stop doing this! | dev.to | 2024-08-17

    I worked on a React project in 2019, I believe it was built on top of the react-boilerplate template, and the developer experience with Redux was so bad that I became a Vue developer.

  • react-virtualized

    React components for efficiently rendering large lists and tabular data

    Project mention: React Performance Optimization Techniques Part 1 | dev.to | 2024-09-27

    To implement list virtualization in React, we can use one of two libraries: react-window or react-virtualized, both created by the same author. In this case, we will use react-window due to its simplicity.

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

  • N1

    :love_letter: An extensible desktop mail app built on the modern web. Forks welcome!

  • javascript-testing-best-practices

    📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)

    Project mention: Comprehensive and exhaustive JS & Node.js testing best practices (July 2023) | /r/softwarecrafters | 2023-11-30
  • javascript-interview-questions

    List of 1000 JavaScript Interview Questions

    Project mention: interview preparation referencing the Github repo | dev.to | 2024-03-02
  • responsively-app

    A modified web browser that helps in responsive web development. A web developer's must have dev-tool.

    Project mention: Show HN: Test your website on 180 device viewports (with multi-device mode) | news.ycombinator.com | 2024-09-25

    This reminded me of a very similar one but for the desktop from a few years back. Here you go;

    https://responsively.app

    Source at https://github.com/responsively-org/responsively-app

  • react-native-web

    Cross-platform React UI packages

    Project mention: Journeying from React to React Native | dev.to | 2024-10-03

    If you're still on the fence, the rise of Universal React Apps is a really exciting space that is further closing the gap between React and React Native. Universal React libraries and tooling, usually powered by react-native-web enable you to create cross-platform applications that run on iOS, Android, and the Web all from a shared React Native codebase. This lets you share navigation, styling, state management, and business logic saving you time and effort while respecting the unique conventions of each device type.

  • github-profile-readme-generator

    🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.

    Project mention: How to make your GitHub profile stand out. | dev.to | 2024-05-15

    Use a GitHub profile generator to build your Profile README.md, it will make your profile look good. Here is the link - profile-readme-generator

  • react-grid-layout

    A draggable and resizable grid layout with responsive breakpoints, for React.

    Project mention: How to Build Progressive Web Apps in 2024? A Step-byStep Guide | dev.to | 2024-05-03

    Flexbox and Grid Layout: Leverage CSS features like flexbox and grid layout to create responsive layouts that adapt to different screen sizes

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

JavaScript React discussion

Log in or Post with

JavaScript React related posts

  • React Unmasked: Episode 1 - The Anatomy of a React App

    3 projects | dev.to | 6 Oct 2024
  • I Built a Shadcn Slot Machine for Hacktoberfest—and I’m Just Getting Started

    1 project | dev.to | 6 Oct 2024
  • Bypass bundlers’ detection of the require statement

    1 project | dev.to | 4 Oct 2024
  • I made Webflow but for Python UI. Here's how I built it

    6 projects | dev.to | 3 Oct 2024
  • queueMacroTask in React source code

    1 project | dev.to | 2 Oct 2024
  • NEXT JS x SANITY.IO

    1 project | dev.to | 2 Oct 2024
  • Cheatsheets for React Devs Transitioning to TypeScript

    1 project | news.ycombinator.com | 1 Oct 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 React 227,985
2 Next.js 125,452
3 create-react-app 102,620
4 33-js-concepts 63,320
5 Gatsby 55,243
6 react 45,195
7 Meteor JS 44,341
8 30-Days-Of-JavaScript 42,885
9 reactjs-interview-questions 39,433
10 Preact 36,636
11 SheetJS js-xlsx 35,017
12 awesome-react-native 34,555
13 react-beautiful-dnd 33,245
14 react-boilerplate 29,454
15 react-virtualized 26,308
16 30-Days-Of-React 25,502
17 N1 24,805
18 javascript-testing-best-practices 23,988
19 javascript-interview-questions 23,795
20 responsively-app 22,523
21 react-native-web 21,599
22 github-profile-readme-generator 21,315
23 react-grid-layout 20,278

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?