# awesome-react **Repository Path**: chenxinn/awesome-react ## Basic Information - **Project Name**: awesome-react - **Description**: A collection of awesome things regarding React ecosystem. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-04 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### **Awesome React** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) A collection of awesome things regarding React ecosystem. - [React](#react) - [React General Resources](#react-general-resources) - [React Community](#react-community) - [React Online Playground](#react-online-playground) - [React Tutorials](#react-tutorials) - [React General Tutorials](#react-general-tutorials) - [React styling](#react-styling) - [React Charts Tutorials](#react-charts-tutorials) - [React and Ruby on Rails](#react-and-ruby-on-rails) - [React and Meteor](#react-and-meteor) - [React and Angular](#react-and-angular) - [React and Bootstrap](#react-and-bootstrap) - [React and ClojureScript](#react-and-clojurescript) - [React and CoffeeScript](#react-and-coffeescript) - [React and Datatables](#react-and-datatables) - [React and Haskell](#react-and-haskell) - [React and SocketIO](#react-and-socketio) - [React and TypeScript](#react-and-typescript) - [Server-Client with React](#server-client-with-react) - [Server Side Rendering](#server-side-rendering) - [Prerendering aka snapshotting](#prerendering-aka-snapshotting) - [Compiling React Tutorials](#compiling-react-tutorials) - [Debugging React](#debugging-react) - [Analyzing React Performance](#analyzing-react-performance) - [Authentication](#authentication) - [Authorization](#authorization) - [File Uploads](#file-uploads) - [React Tools](#react-tools) - [Development Toolkits and Frameworks](#development-toolkits-and-frameworks) - [Boilerplates](#boilerplates) - [Routing](#routing) - [React Projects](#react-projects) - [Components](#components) - [Animation Components](#animation-components) - [Libraries](#libraries) - [Integration](#integration) - [Forms](#forms) - [Autocomplete](#autocomplete) - [Documentation Tools](#documentation-tools) - [Graphics](#graphics) - [Model Libraries](#model-libraries) - [Data Managing](#data-managing) - [React Developer Experience](#react-developer-experience) - [Template Engines](#template-engines) - [Maps](#maps) - [Charts](#charts) - [Job Interview Tools](#job-interview-tools) - [React Native](#react-native) - [React Native General Resources](#react-native-general-resources) - [React Native Community](#react-native-community) - [React Native Tutorials](#react-native-tutorials) - [React Native Developer Experience](#react-native-developer-experience) - [React Native Sample Apps](#react-native-sample-apps) - [React Native Boilerplates](#react-native-boilerplates) - [React Native Awesome Components](#react-native-awesome-components) - [JSX](#jsx) - [JSX Resources](#jsx-resources) - [XState](#xstate) - [Xstate Resources](#xstate-resources) - [Flux](#flux) - [Flux General Resources](#flux-general-resources) - [Flux Implementations](#flux-implementations) - [Flux Tutorials](#flux-tutorials) - [Redux](#redux) - [Redux General Resources](#redux-general-resources) - [Redux Tools](#redux-tools) - [Redux Tutorials](#redux-tutorials) - [MobX](#mobx) - [MobX General Resources](#mobx-general-resources) - [MobX Tools](#mobx-tools) - [MobX Tutorials](#mobx-tutorials) - [Testing](#testing) - [Testing Utilities](#testing-utilities) - [Testing Tutorials](#testing-tutorials) - [GraphQL](#graphql) - [GraphQL Spec](#graphql-spec) - [GraphQL Tools](#graphql-tools) - [GraphQL Tutorials](#graphql-tutorials) - [GraphQL Implementations](#graphql-implementations) - [Server Integration](#server-integration) - [Database Integration](#database-integration) - [Relay](#relay) - [Relay General Resources](#relay-general-resources) - [Relay Tutorials](#relay-tutorials) - [Relay Tools](#relay-tools) - [Apollo](#apollo) - [Apollo General Resources](#apollo-general-resources) - [Flow](#flow) - [Flow Resources](#flow-resources) - [Videos](#videos) - [Video from Confs](#video-from-confs) - [React.js Conf 2015 Playlist](#reactjs-conf-2015-playlist) - [ReactEurope Conf 2015 Day 1 Playlist](#reacteurope-conf-2015-day-1-playlist) - [ReactEurope Conf 2015 Day 2 Playlist](#reacteurope-conf-2015-day-2-playlist) - [ReactRally Conf 2015 Playlist](#reactrally-conf-2015-playlist) - [React.js Conf 2016 Playlist](#reactjs-conf-2016-playlist) - [ReactRally Conf 2016 Playlist](#reactrally-conf-2016-playlist) - [Video Tutorials](#video-tutorials) - [React.js Amsterdam 2018 Playlist](#reactjs-amsterdam-2018-playlist) - [Books](#books) - [Demos](#demos) - [Example Apps](#example-apps) - [Real Apps](#real-apps) - [Contribution](#contribution) --- ### React > JavaScript Library for building User Interfaces #### React General Resources * [React Official Site](http://facebook.github.io/react/) * [React GitHub](https://github.com/facebook/react) * [React Community GitHub](https://github.com/reactjs) * [React FAQ](https://reactjs.org/docs/faq-ajax.html) * [The Evolution of React](https://blog.pusher.com/the-evolution-of-react) * [Roadmap to becoming a React developer in 2019](https://github.com/adam-golab/react-developer-roadmap) #### React Community * [Reactiflux](http://www.reactiflux.com/) * [React Discussion Forum](https://reactjs.org/community/support.html#popular-discussion-forums) * [React StackOverflow](http://stackoverflow.com/questions/tagged/reactjs) * [React Twitter](https://twitter.com/reactjs) * [React Core meeting notes](https://github.com/reactjs/core-notes) * [Made with React - Collection of websites and applications using ReactJS](http://madewithreact.com/) * [The React newsletter](http://theproblemsolver.nl/TheReactNewsletter/Subscribe) * [React Iran Telegram Group](https://telegram.me/joinchat/D8jLp0D27irx4rjq2j88xw) * [React Community Germany](https://reactjs.de/) #### React Online Playground * [CodeSandbox](https://codesandbox.io) * [Online VS Code IDE for React](https://stackblitz.com) * [React JSFiddle Integration with JSX](https://jsfiddle.net/reactjs/69z2wepo/) * [React JSFiddle Integration without JSX](https://jsfiddle.net/reactjs/5vjqabv3/) * [Babel REPL](https://babeljs.io/repl/) * [React HTML to JSX Online Compiler](https://facebook.github.io/react/html-jsx.html) #### React Tutorials ##### React General Tutorials * [React Tutorial](https://facebook.github.io/react/docs/tutorial.html) * [Learn React.js in 5 minutes](https://medium.freecodecamp.org/learn-react-js-in-5-minutes-526472d292f4) * [Live React Bootcamp by Tyler Mcginnis(free)](https://www.youtube.com/playlist?list=PLqrUy7kON1mfWjiu0GWQhefWSx38v0UGo) * [React.js Fundamentals (paid)](https://tylermcginnis.com/courses/react-fundamentals) * [React Primer](https://github.com/mikechau/react-primer-draft) * [ReactJS: Keep Simple. Everything can be a component!](https://speakerdeck.com/pedronauck/reactjs-keep-simple-everything-can-be-a-component) * [React js tutorial](https://hackr.io/tutorials/learn-react) * [React.js Koans: Practical exercises that will help you learn React.js from square one](https://github.com/arkency/reactjs_koans) * [LearnCode React Tutorials](https://www.youtube.com/watch?v=MhkGQAoc7bc&list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b) * [Thinkster React topics](https://thinkster.io/topics/react) * [React tutorial - Cloning Yelp](https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/) * [React.js in patterns](http://krasimirtsonev.com/blog/article/react-js-in-design-patterns) * [DIY guide to build your own React](https://engineering.hexacta.com/didact-learning-how-react-works-by-building-it-from-scratch-51007984e5c5) * [React cheatsheet](https://devhints.io/react) * [Codecademy Learn ReactJS Course](https://www.codecademy.com/pt/learn/react-101) * [Getting Started with React](https://sabe.io/tutorials/getting-started-with-react) * [Deploying a React app to Github Pages](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#github-pages) * [React Express - Beginners Guide to React Application Development](http://www.react.express/) * [GraphCMS Beginners Guide with React](https://docs.graphcms.com/tutorials/developers/beginners_guide_with_react) * [Build a Chat App with React and Pusher Chatkit](https://github.com/bookercodes/build-a-chat-app-with-react-and-pusher-chatkit) * [How to set up continuous integration and deployment for your React app](https://medium.freecodecamp.org/how-to-set-up-continuous-integration-and-deployment-for-your-react-app-d09ae4525250) * [SSR Split (A/B) Testing and Analytics with React, Redux, and Next.js](https://hackernoon.com/tutorial-ssr-split-testing-and-analytics-with-react-redux-and-next-js-5392799c15c7) * [Material-UI: Get started (Fast!) ⚡ React 16+](https://hackernoon.com/material-ui-get-started-fast-react-16-eea211d65308) * [Learn React.js - Full Course for Beginners - Tutorial 2019 (free & interactive)](https://scrimba.com/g/glearnreact) * [Build a Pet Hotel web app with React, GraphQL, NodeJS and Database using ScaffoldHub (7h 11m)](https://www.youtube.com/watch?v=MMOvx38dXz4) ##### React best practices * [Pete Hunt: React: Rethinking best practices - JSConf EU 2013](https://www.youtube.com/watch?v=x7cQ3mrcKaY) * [Pete Hunt: React: Rethinking Best Practices (updated) - JSConf.Asia 2013](https://www.youtube.com/watch?v=DgVS-zXgMTk) * [React.js Best Practices](https://github.com/ximet/awesome-best-practices/blob/master/frontend/react/bestPracticeReact.md) * [Clean Code vs. Dirty Code: React Best Practices](http://americanexpress.io/clean-code-dirty-code/) * [Writing Scalable React Apps with the Component Folder Pattern](https://medium.com/styled-components/component-folder-pattern-ee42df37ec68) * [React Performance – A Definitive Guide to Optimize Major Performance issues in React](https://www.simform.com/react-performance/) ##### React styling * [React: CSS in JS](http://blog.vjeux.com/2014/javascript/react-css-in-js-nationjs.html) * [React: CSS in JS techniques comparison](https://github.com/MicheleBertoli/css-in-js) * [CSS in JS Playground](https://css-in-js-playground.com) * [Radium](https://github.com/FormidableLabs/radium) * [jsxstyle](https://github.com/petehunt/jsxstyle) * [ReactCSS](https://github.com/casesandberg/reactcss) * [Aphrodite](https://github.com/Khan/aphrodite) * [Glamor](https://github.com/threepointone/glamor) * [Styletron](https://github.com/rtsao/styletron) * [TypeStyle](https://github.com/typestyle/typestyle) * [styled-components](https://github.com/styled-components/styled-components) * [gloss](https://github.com/motion/gloss) * [JSS](https://github.com/cssinjs/jss) * [reas](https://github.com/diegohaz/reas) * [emotion](https://emotion.sh/) ##### React Charts Tutorials * [Integrating D3.js visualizations in a React app](http://nicolashery.com/integrating-d3js-visualizations-in-a-react-app/) * [D3 and React - the future of charting components?](http://10consulting.com/2014/02/19/d3-plus-reactjs-for-charting/) ##### React and Ruby on Rails * [React on Rails - integration of React, Webpack, React-Router with Ruby on Rails](https://github.com/shakacode/react_on_rails/) * [reactrails.com - live example site using React on Rails with source code](http://www.reactrails.com/) ##### React and Meteor * [Meteor official Guide](http://guide.meteor.com/react.html) * [Meteor with React Tutorial](https://www.meteor.com/tutorials/react/creating-an-app) * [React for Meteor developers](http://blog.differential.com/react-for-meteor-developers/) * [Full-stack GraphQL with Apollo, Meteor & React](https://www.youtube.com/playlist?list=PLLnpHn493BHFTDL9M1PKnxQwBwOZ8J-h4) ##### React and Angular * [NgReact - React Components in Angular](http://davidandsuzi.com/ngreact-react-components-in-angular/) * [ng-React Update - React 0.9 and Angular Track By](http://davidandsuzi.com/ngreact-update/) * [Using React for Faster Renders and Isomorphism in Angular](http://davidandsuzi.com/using-react-for-faster-renders-and-isomorphism-in-angular/) * [Improving AngularJS long list rendering performance using ReactJS](http://www.mono-software.com/blog/post/Mono/242/Improving-AngularJS-long-list-rendering-performance-using-ReactJS/) * [How can React and Flux help us create better Angular applications?](https://medium.com/@gilbox/how-can-react-and-flux-help-us-create-better-stronger-faster-angular-applications-639247898fb) * [Achieving Reasonable and Scalable Routing in AngularJS with Flux](https://medium.com/@gilbox/achieving-reasonable-and-scalable-routing-in-angularjs-with-flux-2655e06cd5ee) * [Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux](https://github.com/GoTeamEpsilon/angular-to-react-redux) ##### React and Bootstrap * [Awesome react bootstrap components](https://github.com/Hermanya/awesome-react-bootstrap-components) * [Better Bootstrap modals and popover with React.js](http://clozeit.wordpress.com/2014/01/08/bootstrap-modals-and-popover-in-react-js/) * [A mixin-based design for a React.js Bootstrap component library](http://clozeit.wordpress.com/2014/01/08/13/) * [Popover mixin](http://clozeit.wordpress.com/2014/01/09/popover-mixin/) * [Bootstrap TabbedArea component with React.js](http://clozeit.wordpress.com/2014/01/13/34/) * [Bootstrap forms using React.js](http://clozeit.wordpress.com/2014/01/13/bootstrap-forms-using-react-js/) ##### React and ClojureScript * [The Future of JavaScript MVC Frameworks](http://swannodette.github.io/2013/12/17/the-future-of-javascript-mvcs) * [The Case for React.js and ClojureScript](http://murilopereira.com/the-case-for-reactjs-and-clojurescript/) * [A Reagent Framework For Writing SPAs](https://github.com/Day8/re-frame) ##### React and CoffeeScript * [React & CoffeeScript](http://blog.vjeux.com/2013/javascript/react-coffeescript.html) * [React patterns - Mostly reasonable patterns for writing React in CoffeeScript](https://github.com/planningcenter/react-patterns) ##### React and Datatables * [React and Datatables](https://github.com/wyvernnot/react-datatables-example) * [react-dt - A data table component for React and Material-UI](https://github.com/sonaye/react-dt) ##### React and Haskell * [stackage-view, built with Yesod and GHCJS+React](https://github.com/fpco/stackage-view) * [TodoMVC example with Shade (Haste+React)](https://github.com/takeoutweight/shade-todomvc) * [react-haskell, to be used with Haste](https://hackage.haskell.org/package/react-haskell) * [blaze-react, blaze-html style React bindings using GHCJS](https://github.com/meiersi/blaze-react) ([video tutorial](https://www.youtube.com/watch?v=4nTnC0t7pzY)) * [purescript-react bindings](https://github.com/purescript-contrib/purescript-react) ([example app](https://github.com/fujimura/purescript-react-example)) ##### React and Socket.IO * [Socket.IO integration example](https://gist.github.com/zpao/5686416) * [Socket.IO integration example inside of a single React component](https://gist.github.com/petehunt/5687230) * [Socket.IO integration employing separation of concerns](https://gist.github.com/petehunt/5687276) ##### React and TypeScript * [TypeScript-React-Starter, A starter template from microsoft.](https://github.com/Microsoft/TypeScript-React-Starter) * [React TypeScript Kickstart Guide, in-depth, incl. boilerplate & cookbook](https://sandstorm.github.io/typescript-react-app-kickstart-guide/) * [React Chapter of TypeScript Deep Dive](https://basarat.gitbooks.io/typescript/docs/jsx/react.html) ##### Server Side rendering * [Super-basic example of how server rendering works](https://github.com/petehunt/react-server-rendering-example) * [Server Side Rendering for ReactJS](http://yanns.github.io/blog/2014/03/15/server-side-rendering-for-javascript-reactjs-framework/) * [React Server Rendering](https://github.com/mhart/react-server-example) * [JDK8 + Facebook React: Rendering single page apps on the server](http://augustl.com/blog/2014/jdk8_react_rendering_on_server/) * [Server-rendered React components in Rails](http://bensmithett.com/server-rendered-react-components-in-rails/) * [Server-rendered React + Flux in Rails](https://github.com/nambrot/rails-webpack-react-flux) * [Golang Isomorphic Hot Reloadable/React/Flummox/Css-Module Starter Kit](https://github.com/olebedev/go-starter-kit) * [Serverside rendering with React + Hapi](https://github.com/jedireza/hapi-react-views) * [Isomorphic React apps in PHP via dnode](http://ericescalante.com/2015/06/07/isomorphic/) * [Server Side Redering, Universal JS, Hot Module Reloading and Code Splitting with React and Redux](https://github.com/Alex-ray/v2-universal-js-hmr-ssr-react-redux) * [React Server Side Rendering with Hypernova](https://blog.larah.me/2017/04/10/react-server-side-rendering/) * [Server Side Rendering with Simple Redux Store Hydration](https://medium.com/@navgarcha7891/react-server-side-rendering-with-simple-redux-store-hydration-9f77ab66900a) ##### Prerendering aka snapshotting * [react-snap](https://github.com/stereobooster/react-snap) * [Prerendering solutions comparison](https://github.com/stereobooster/react-snap/blob/master/doc/alternatives.md) * [Rendora - dynamic SSR server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites](https://github.com/rendora/rendora) ##### Compiling React Tutorials * [Webpack Howto by Pete Hunt](https://github.com/petehunt/webpack-howto) * [React Webpack Cookbook](https://github.com/christianalfoni/react-webpack-cookbook) * [AMD and CommonJS examples with Webpack](https://github.com/simonsmith/webpack-example) * [Integrating JSX live reload into your React workflow](http://gaearon.github.io/react-hot-loader/) * [React JS and a browserify workflow, part1](http://christianalfoni.github.io/javascript/2014/08/15/react-js-workflow.html) * [React JS and a browserify workflow, part2](http://christianalfoni.github.io/javascript/2014/10/30/react-js-workflow-part2.html) * [Choosing the correct packaging tool for React JS](http://christianalfoni.github.io/javascript/2014/08/29/choosing-the-correct-packaging-tool-for-react-js.html) ##### Building React components * [Distributing React components](http://krasimirtsonev.com/blog/article/distributing-react-components-babel-browserify-webpack-uglifyjs) * [A guide to building a React component for NPM](https://medium.com/@markus.s.englund/a-guide-to-building-a-react-component-for-npm-68f03b314753) ##### Debugging React * [Trace Logging with React](http://www.garysieling.com/blog/trace-logging-react) * [Reactotron: Control, monitor, and instrument](https://github.com/skellock/reactotron) * [React-fix-it: Automagically generate tests from errors](https://github.com/MicheleBertoli/react-fix-it) ##### Analyzing React Performance * [Introducing the React Profiler](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html) * [Why did you update](https://github.com/maicki/why-did-you-update) * [Twitter Lite and High Performance React Progressive Web Apps at Scale](https://medium.com/@paularmstrong/twitter-lite-and-high-performance-react-progressive-web-apps-at-scale-d28a00e780a3) * [Using the React DevTools Profiler to Diagnose React App Performance Issues](https://www.netlify.com/blog/2018/08/29/using-the-react-devtools-profiler-to-diagnose-react-app-performance-issues/) * [Top 5 Practices to Boost React Performance](https://www.codementor.io/blizzerand/top-5-practices-to-boost-react-performance-jv6zr89ep) * [React is Slow, React is Fast: Optimizing react Apps in Practice](https://medium.com/dailyjs/react-is-slow-react-is-fast-optimizing-react-apps-in-practice-394176a11fba) ##### Authentication * [Adding authentication to your React Flux app](https://auth0.com/blog/2015/04/09/adding-authentication-to-your-react-flux-app/) * [Build a React Application with User Authentication](https://stormpath.com/blog/build-a-react-app-with-user-authentication/) ##### Authorization * [Managing user permissions in your React app](https://medium.com/dailyjs/managing-user-permissions-in-your-react-app-a93a94ff9b40) ##### File Uploads * [Direct uploads to S3 with React, Rails, and Paperclip](http://blog.littleblimp.com/post/119230396893/direct-uploads-to-s3-with-react-rails-and) ##### API Integration * [react-flux-cosmicjs Data-driven react application connected to the Cosmic JS API](https://github.com/tonyspiro/react-flux-cosmicjs) #### React Tools ##### Development Toolkits and Frameworks * [Create React App](https://github.com/facebookincubator/create-react-app) - Create React apps with no build configuration. * [Neutrino](https://neutrinojs.org/) - Create and build modern JavaScript applications with zero initial configuration. * [nwb](https://github.com/insin/nwb) - A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it). * [Next.js](https://nextjs.org/) - A minimalistic framework for server-rendered React applications. * [Razzle](https://github.com/jaredpalmer/razzle) - Create server-rendered universal JavaScript applications with no configuration. * [create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript) - Create React App using typescript with no build configuration. * [rekit](http://rekit.js.org/) - IDE and toolkit for building scalable web applications with React, Redux and React-router. * [ARc](https://arc.js.org) - A progressive React starter kit based on Atomic Design. * [Maka.js](https://makajs.org) - A react framework using Microservice Architecture. * [Crana](https://github.com/CranaJS/crana) - A CLI tool to create React + Node apps with just one command (batteries included). * [Crassa](https://github.com/ghondar/crassa) - A CLI tool to create React + Server Side Rendering with one command. ##### Boilerplates * [React Boilerplate - Minimalistic boilerplate with React, Redux, Flowtype, Babel and Webpack2](https://github.com/nordsoftware/react-boilerplate) * [React App SDK - CLI tools and templates for authoring React apps with a single dev dependency and zero configurations](https://github.com/kriasoft/react-app) * [React Starter Kit — isomorphic web app boilerplate (Node.js, GraphQL, React, Babel, Webpack, CSS Modules, HMR)](https://github.com/kriasoft/react-starter-kit) * [ASP.NET Core Starter Kit (C#) — Frontend: React, Babel, PostCSS, CSS Modules + backend: .NET Core, C#](https://github.com/kriasoft/aspnet-starter-kit) * [ASP.NET Core Starter Kit (F#) — Frontend: React, Babel, PostCSS, CSS Modules + backend: .NET Core, F#](https://github.com/kriasoft/fsharp-starter-kit) * [React Redux Universal Hot Example](https://github.com/erikras/react-redux-universal-hot-example) * [React Slingshot - React + Redux with Babel, hot reloading, testing, linting and working example app](https://github.com/coryhouse/react-slingshot) * [este - Robust and comfortable dev stack for mobile/offline/frontend first isomorphic web apps](https://github.com/steida/este) * [frontend-boilerplate - webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate](https://github.com/tj/frontend-boilerplate) * [react-engine - A composite render engine for isomorphic express apps](https://github.com/paypal/react-engine) * [reactGo - Boilerplate for an universal/isomorphic React + Redux/alt Flux app](https://github.com/reactGo/reactGo) * [react-native-nw-react-calculator - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator) * [StarHackIt - An ES6/ES7 full-stack starter kit with authentication and authorization code](https://github.com/FredericHeem/starhackit) * [react-cordova-boilerplate - TodoMVC example for React to build a Cordova application](https://github.com/unimonkiez/react-cordova-boilerplate) * [UniversalRelayBoilerplate - Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Material-UI), Relay, GraphQL, JWT, Node.js, Apache Cassandra](https://github.com/codefoundries/UniversalRelayBoilerplate) * [react-boilerplate - A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.](http://reactboilerplate.com) * [react-express-stripe - A minimal boilerplate to accept payments in a React App](https://github.com/rwieruch/react-express-stripe) * [React-PWA - BoilerPlate with PWA and support for Code-Splitting, SSR, SEO, Page and API caching, Image optimization and much more.](https://github.com/Atyantik/react-pwa) * [react-webpack-starter - A simple boiler plate for creating react applications bundled by webpack (using ES6, Babel, SASS and webpack development server)](https://github.com/temilaj/react-webpack-starter) * [Happyreaction - React/Spring/Java maven archetype for bootstrapping a new project quickly](https://github.com/ignl/happyreaction) * [Create React NPM Component - CLI tool for creating a component for distribution on NPM](https://github.com/deltaskelta/create-react-npm-component) * [Suicrux - Universal starter with ultimate hot-reloading. PWA/LL/SSR/React/Redux/i18n.](https://github.com/Metnew/suicrux) * [ReactQL - Universal React + GraphQL starter kit, with full server rendering, isomorphic data fetching and store management](https://reactql.org) * [React + Redux w/ ES6 Starter Project - Starter kit using Webpack, React Hot Loader, Code Splitting for React Router, CSS Modules, custom Ducks pattern app architecture, best practices, and Enzyme test environment](https://github.com/nicksp/redux-webpack-es6-boilerplate) * [react-firebase-authentication - Boilerplate for authentication and real-time database using React and Firebase](https://github.com/zerostatic/react-firebase-authentication) * [react-redux-saga-boilerplate - Starter kit with routing, state container, storage and SEO tools. PWA-ready](https://github.com/gilbarbara/react-redux-saga-boilerplate) * [generator-react-firebase - Yeoman generator for starting projects using React and Firebase (Redux optional) with features Full Authentication, Route protection and Material UI Application Navbar](https://github.com/prescottprue/generator-react-firebase) * [Starter template for React + Redux + TypeScript - setup and simple app using async actions and Material UI](https://github.com/dsheiko/boilerplate/tree/master/react-redux-typescript) * [particleplate - an Express + TypeScript + React + React-Router + Redux + React-Redux + PostCSS + MaterialUI boilerplate](https://github.com/handicraftsman/particleplate) * [Create React App (ejected) extension containing: basic structure + redux + redux-thunk + routing + ImmutableJS + hot reloading + linters](https://github.com/kkoomen/react-boilerplate) (Can be used along with the corresponding tool: CRA-gen) * [CRA-gen (Create React App CLI generator using custom templates)](https://github.com/kkoomen/cra-gen) * [create Adobe-CEP (Photoshop, Illustrator etc..) extension/plugin with React, Material-UI, Native Node modules, Webpack, Babel and ExtendScript](https://github.com/HendrixString/adobe-cep-react-create) * [Visual webpack config tool for React apps](https://github.com/jakoblind/webpack-autoconf) * [next-boilerplate - Next.js with Typescript, Redux, Express.js, Sass, Css, EnvConfig, Reverse Proxy, and Bundle Analyzer](https://github.com/pankod/next-boilerplate) * [create-wp-react-app - WordPress CLI to generate your next modern plugin](https://github.com/matzeeable/wp-reactjs-starter) * [Razzle Material-UI Styled Example — With Styled Components using Express with compression](https://github.com/kireerik/razzle-material-ui-styled-example) * [SaaS Boilerplate – Open source web app to quickly build your own SaaS product](https://github.com/async-labs/saas) * [MERN Boilerplate - Boilerplate based on MERN stack with redux and SSR ](https://github.com/anikethsaha/MERN-Boilerplate) ##### Routing * [react-router - A complete routing library for React](https://github.com/reactjs/react-router) * [react-router5 - A routing library for React and more](http://router5.github.io/docs/with-react.html#/inbox) * [buttermilk - beautifully simple routing for React projects](https://github.com/probablyup/buttermilk) * [pagify-it - Add routing to your React app in minutes](https://github.com/sonaye/pagify-it) * [reach-router - Next Generation Routing for React](https://github.com/reach/router) * [curi - JavaScript router for SPA](https://curi.js.org/) * [navi - Declarative, asynchronous routing for React. Supports hooks, suspense & static rendering.](https://github.com/frontarm/navi) * [react-use-path - The tiniest hook style react router.](https://github.com/zhangkaiyulw/react-use-path) ##### React Projects * [gatsby - Transform plain text into dynamic blogs and websites using React.js](https://github.com/gatsbyjs/gatsby) * [react-blessed - A react renderer for blessed terminal interface library](https://github.com/Yomguithereal/react-blessed) * [MJML - The only framework that makes responsive-email easy. Based on React](https://mjml.io) * [react-tv - React renderer for low memory applications and Packager for TVs](https://github.com/raphamorim/react-tv) * [ink - React for interactive command-line apps](https://github.com/vadimdemedes/ink) * [react-cli - a react renderer for the command line](https://github.com/mgrip/react-cli) ##### Components * [Essential JS 2 for React - Over 60 high-performance, lightweight, modular, and responsive UI components.](https://www.syncfusion.com/react-ui-components) * [KendoReact - UI for React Developers](https://www.telerik.com/kendo-react-ui/) * [React Material Web Components - The most performant, un-opinionated, and simple implementation of Material Design in React.](https://jamesmfriedman.github.io/rmwc/) * [@jpmonette/react-bulma - React components for Bulma - the Modern CSS framework](https://github.com/jpmonette/react-bulma) * [DevExtreme React Grid - High-performance plugin-based React data grid for Bootstrap and Material Design](https://devexpress.github.io/devextreme-reactive/react/grid/) * [React Svg Textures - Textures.js ported to React. Fully isomorphic.](https://github.com/finnfiddle/react-svg-textures) * [React Responsive Tables](https://github.com/adam-hanna/react-responsive-tables) * [React Component List](http://dvemac.github.io/react-component-list/) * [JS.coach - A catalog of React components](https://js.coach/) * [iReact: Fantastic React Components and Libraries!](http://ireact.cn/) * [Khan Academy React Components](http://khan.github.io/react-components/) * [VistarMedia Components](http://cmpnt.vistarmedia.com/) * [React Topcoat UI components](https://github.com/kjda/react-topui) * [react-material - Material design components written with React.js and React Style](https://github.com/SanderSpies/react-material) * [react-materialize - Material design for React, powered by Materialize](https://github.com/react-materialize/react-materialize) * [react-md - Set of React components and sass files for implementing Google's Material Design](https://github.com/mlaursen/react-md) * [material-ui - A CSS Framework and a Set of React Components for Material Design](https://github.com/callemall/material-ui) * [ReactSymbols - Pixel perfect UI Kit / Library with ready-to-use components + original Sketch resource file](http://reactsymbols.com) * [react-google-login-component](https://github.com/kennetpostigo/react-google-login-component) * [react-facebook-login-component](https://github.com/kennetpostigo/react-facebook-login-component) * [react-component - A Collection of React UI Components](http://react-component.github.io/badgeboard/) * [Ant Design - An enterprise-class UI design language, A set of high-quality React components](https://github.com/ant-design/ant-design) * [Zent - A collection of React UI components](https://github.com/youzan/zent) * [UXCore - A React UI Component Set living for enterprise backend application](https://github.com/uxcore/uxcore) * [react-desktop - OS X and Windows UI components built with React](https://github.com/gabrielbull/react-desktop) * [react-aim - Determine the cursor aim for triggering mouse events](https://github.com/gabrielbull/react-aim) * [react-uwp - React Components that Implement Microsoft's UWP Design & Fluent Design.](https://github.com/myxvisual/react-uwp) * [react-touch - React photo viewer for mobile](https://github.com/petehunt/react-touch) * [griddle - A simple grid component for use with React](http://dynamictyped.github.io/Griddle/) * [react-grid - Data grid for React](https://github.com/prometheusresearch/react-grid) * [React-iCheck - iCheck components built with React. Highly customizable checkboxes and radio buttons](https://github.com/luqin/react-icheck) * [react-async - Async rendering for React components](https://github.com/andreypopp/react-async) * [react-async-input - Inputs that behave properly with async set{State,Props} calls](https://github.com/grncdr/react-async-input) * [react-countup - A React component wrapper around CountUp.js](https://github.com/glennreyes/react-countup) * [react-mediaswitch - Choose your DOM based on media queries](https://github.com/matthewwithanm/react-mediaswitch) * [react-frame-component - Render your React app to an iFrame](https://github.com/ryanseddon/react-frame-component) * [react-gravatar - React component for rendering a gravatar profile image](https://github.com/KyleAMathews/react-gravatar) * [markdown-react - React Render for Standard Markdown](https://github.com/vjeux/markdown-react) * [react-component-gallery — React component for creating an evenly spaced components]( https://github.com/KyleAMathews/react-component-gallery) * [react-markdown-textarea - Component to create textareas for entering Markdown](https://github.com/KyleAMathews/react-markdown-textarea) * [react-markdown-area - Github flavored markdown editor with live preview](https://github.com/MattMcFarland/react-markdown-area) * [react-textarea-autosize - Textarea component for React which grows with content](https://github.com/andreypopp/react-textarea-autosize) * [react-spinner - Zero configuration loading spinner](https://github.com/chenglou/react-spinner) * [react-treeview - Easy, light, flexible tree view made with React](https://github.com/chenglou/react-treeview) * [react-tree-menu - A stateless tree menu component built with the Flux architecture in mind](https://github.com/MandarinConLaBarba/react-tree-menu) * [react-tween-state - React animation tween state](https://github.com/chenglou/react-tween-state) * [react-stripe-checkout - Easily load Stripe Checkout as a React component](https://github.com/azmenak/react-stripe-checkout) * [react-id-swiper - A library to use idangerous Swiper as a ReactJs component](https://github.com/kidjp85/react-id-swiper) * [react-swipe - Brad Birdsall's swipe.js, as a React component](https://github.com/jed/react-swipe) * [react-smart-time-ago - Show relative "time ago" dates](https://github.com/KyleAMathews/react-smart-time-ago) * [react-autoupdate-time - Renders a