├── .travis.yml └── README.md /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 3 | - 2.2 4 | before_script: 5 | - gem install awesome_bot 6 | script: 7 | - awesome_bot README.md --allow-redirect -w vimeo.com 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### **Awesome React** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build Status](https://travis-ci.org/enaqx/awesome-react.svg?branch=master)](https://travis-ci.org/enaqx/awesome-react) 2 | 3 | 4 | A collection of awesome things regarding React ecosystem. 5 | 6 | - [React](#react) 7 | - [React General Resources](#react-general-resources) 8 | - [React Community](#react-community) 9 | - [React Online Playground](#react-online-playground) 10 | - [React Tutorials](#react-tutorials) 11 | - [React General Tutorials](#react-general-tutorials) 12 | - [React styling](#react-styling) 13 | - [React Charts Tutorials](#react-charts-tutorials) 14 | - [React and Meteor](#react-and-meteor) 15 | - [React and Angular](#react-and-angular) 16 | - [React and Bootstrap](#react-and-bootstrap) 17 | - [React and ClojureScript](#react-and-clojurescript) 18 | - [React and CoffeeScript](#react-and-coffeescript) 19 | - [React and Datatables](#react-and-datatables) 20 | - [React and Haskell](#react-and-haskell) 21 | - [React and SocketIO](#react-and-socketio) 22 | - [Server-Client with React](#server-client-with-react) 23 | - [Server Side Rendering](#server-side-rendering) 24 | - [Compiling React Tutorials](#compiling-react-tutorials) 25 | - [Debugging React](#debugging-react) 26 | - [Authentication](#authentication) 27 | - [File Uploads](#file-uploads) 28 | - [React Tools](#react-tools) 29 | - [Boilerplates](#boilerplates) 30 | - [Routing](#routing) 31 | - [React Projects](#react-projects) 32 | - [Components](#components) 33 | - [Libraries](#libraries) 34 | - [Integration](#integration) 35 | - [Forms](#forms) 36 | - [Autocomplete](#autocomplete) 37 | - [Documentation Tools](#documentation-tools) 38 | - [Graphics](#graphics) 39 | - [Model Libraries](#model-libraries) 40 | - [Data Managing](#data-managing) 41 | - [React Developer Experience](#react-developer-experience) 42 | - [Template Engines](#template-engines) 43 | - [Maps](#maps) 44 | - [Charts](#charts) 45 | - [React Native](#react-native) 46 | - [React Native General Resources](#react-native-general-resources) 47 | - [React Native Community](#react-native-community) 48 | - [React Native Tutorials](#react-native-tutorials) 49 | - [React Native Developer Experience](#react-native-developer-experience) 50 | - [React Native Sample Apps](#react-native-sample-apps) 51 | - [React Native Boilerplates](#react-native-boilerplates) 52 | - [React Native Awesome Components](#react-native-awesome-components) 53 | - [JSX](#jsx) 54 | - [JSX Resources](#jsx-resources) 55 | - [Flux](#flux) 56 | - [Flux General Resources](#flux-general-resources) 57 | - [Flux Implementations](#flux-implementations) 58 | - [Flux Tutorials](#flux-tutorials) 59 | - [Redux](#redux) 60 | - [Redux General Resources](#redux-general-resources) 61 | - [Redux Tools](#redux-tools) 62 | - [Redux Tutorials](#redux-tutorials) 63 | - [MobX](#mobx) 64 | - [MobX General Resources](#mobx-general-resources) 65 | - [MobX Tools](#mobx-tools) 66 | - [MobX Tutorials](#mobx-tutorials) 67 | - [Testing](#testing) 68 | - [Testing Utilities](#testing-utilities) 69 | - [Testing Tutorials](#testing-tutorials) 70 | - [GraphQL](#graphql) 71 | - [GraphQL Spec](#graphql-spec) 72 | - [GraphQL Tools](#graphql-tools) 73 | - [GraphQL Tutorials](#graphql-tutorials) 74 | - [GraphQL Implementations](#graphql-implementations) 75 | - [Server Integration](#server-integration) 76 | - [Database Integration](#database-integration) 77 | - [Relay](#relay) 78 | - [Relay General Resources](#relay-general-resources) 79 | - [Relay Tutorials](#relay-tutorials) 80 | - [Relay Tools](#relay-tools) 81 | - [Apollo](#apollo) 82 | - [Apolo General Resources](#apollo-general-resources) 83 | - [Flow](#flow) 84 | - [Flow Resources](#flow-resources) 85 | - [Videos](#videos) 86 | - [Video from Confs](#video-from-confs) 87 | - [React.js Conf 2015 Playlist](#reactjs-conf-2015-playlist) 88 | - [ReactEurope Conf 2015 Day 1 Playlist](#reacteurope-conf-2015-day-1-playlist) 89 | - [ReactEurope Conf 2015 Day 2 Playlist](#reacteurope-conf-2015-day-2-playlist) 90 | - [ReactRally Conf 2015 Playlist](#reactrally-conf-2015-playlist) 91 | - [React.js Conf 2016 Playlist](#reactjs-conf-2016-playlist) 92 | - [ReactRally Conf 2016 Playlist](#reactrally-conf-2016-playlist) 93 | - [Video Tutorials](#video-tutorials) 94 | - [Books](#books) 95 | - [Demos](#demos) 96 | - [Example Apps](#example-apps) 97 | - [Real Apps](#real-apps) 98 | - [Contribution](#contribution) 99 | 100 | 101 | --- 102 | ### React 103 | > JavaScript Library for building User Interfaces 104 | 105 | #### React General Resources 106 | * [React Official Site](http://facebook.github.io/react/) 107 | * [React GitHub](https://github.com/facebook/react) 108 | * [React Community GitHub](https://github.com/reactjs) 109 | 110 | #### React Community 111 | * [Reactiflux](http://www.reactiflux.com/) 112 | * [React Discussion Forum](https://discuss.reactjs.org/) 113 | * [React StackOverflow](http://stackoverflow.com/questions/tagged/reactjs) 114 | * [React Twitter](https://twitter.com/reactjs) 115 | * [React Core meeting notes](https://github.com/reactjs/core-notes) 116 | 117 | #### React Online Playground 118 | * [React JSFiddle Integration with JSX](https://jsfiddle.net/reactjs/69z2wepo/) 119 | * [React JSFiddle Integration without JSX](https://jsfiddle.net/reactjs/5vjqabv3/) 120 | * [Babel REPL](https://babeljs.io/repl/) 121 | * [React HTML to JSX Online Compiler](https://facebook.github.io/react/html-jsx.html) 122 | * [React browser prototyping for components](http://react.run) 123 | 124 | #### React Tutorials 125 | 126 | ##### React General Tutorials 127 | * [React Tutorial](https://facebook.github.io/react/docs/tutorial.html) 128 | * [React.js Fundamentals](http://courses.reactjsprogram.com/courses/reactjsfundamentals) 129 | * [React Primer](https://github.com/mikechau/react-primer-draft) 130 | * [ReactJS: Keep Simple. Everything can be a component!](https://speakerdeck.com/pedronauck/reactjs-keep-simple-everything-can-be-a-component) 131 | * [React.js Koans: Practical exercises that will help you learn React.js from square one](https://github.com/arkency/reactjs_koans) 132 | * [React.js Introduction For People Who Know Just Enough jQuery To Get By](http://reactfordesigners.com/labs/reactjs-introduction-for-people-who-know-just-enough-jquery-to-get-by/) 133 | * [LearnCode React Tutorials](https://www.youtube.com/watch?v=MhkGQAoc7bc&list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b) 134 | * [Thinkster React topics](https://thinkster.io/topics/react) 135 | * [React tutorial - Cloning Yelp](https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/) 136 | * [Learn React by building the Hacker News front page](https://github.com/mking/react-hn) 137 | * [React.js in patterns](http://krasimirtsonev.com/blog/article/react-js-in-design-patterns) 138 | 139 | ##### React styling 140 | * [React: CSS in JS](http://blog.vjeux.com/2014/javascript/react-css-in-js-nationjs.html) 141 | * [React: CSS in JS techniques comparison](https://github.com/MicheleBertoli/css-in-js) 142 | * [Radium](https://github.com/FormidableLabs/radium) 143 | * [jsxstyle](https://github.com/petehunt/jsxstyle) 144 | * [ReactCSS](https://github.com/casesandberg/reactcss) 145 | * [Aphrodite](https://github.com/Khan/aphrodite) 146 | * [Glamor](https://github.com/threepointone/glamor) 147 | * [Styletron](https://github.com/rtsao/styletron) 148 | * [TypeStyle](https://github.com/typestyle/typestyle) 149 | * [styled-components](https://github.com/styled-components/styled-components) 150 | 151 | ##### React Charts Tutorials 152 | * [Integrating D3.js visualizations in a React app](http://nicolashery.com/integrating-d3js-visualizations-in-a-react-app/) 153 | * [D3 and React - the future of charting components?](http://10consulting.com/2014/02/19/d3-plus-reactjs-for-charting/) 154 | 155 | ##### React and Meteor 156 | * [Meteor official Guide](http://guide.meteor.com/react.html) 157 | * [Meteor with React Tutorial](https://www.meteor.com/tutorials/react/creating-an-app) 158 | * [React for Meteor developers](http://blog.differential.com/react-for-meteor-developers/) 159 | 160 | ##### React and Angular 161 | * [NgReact - React Components in Angular](http://davidandsuzi.com/ngreact-react-components-in-angular/) 162 | * [ng-React Update - React 0.9 and Angular Track By](http://davidandsuzi.com/ngreact-update/) 163 | * [Using React for Faster Renders and Isomosphism in Angular](http://davidandsuzi.com/using-react-for-faster-renders-and-isomorphism-in-angular/) 164 | * [Faster AngularJS Rendering](http://www.williambrownstreet.net/blog/2014/04/faster-angularjs-rendering-angularjs-and-reactjs/) 165 | * [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/) 166 | * [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) 167 | * [Achieving Reasonable and Scalable Routing in AngularJS with Flux](https://medium.com/@gilbox/achieving-reasonable-and-scalable-routing-in-angularjs-with-flux-2655e06cd5ee) 168 | 169 | ##### React and Bootstrap 170 | * [Better Bootstrap modals and popover with React.js](http://clozeit.wordpress.com/2014/01/08/bootstrap-modals-and-popover-in-react-js/) 171 | * [A mixin-based design for a React.js Bootstrap component library](http://clozeit.wordpress.com/2014/01/08/13/) 172 | * [Popover mixin](http://clozeit.wordpress.com/2014/01/09/popover-mixin/) 173 | * [Bootstrap TabbedArea component with React.js](http://clozeit.wordpress.com/2014/01/13/34/) 174 | * [Bootstrap forms using React.js](http://clozeit.wordpress.com/2014/01/13/bootstrap-forms-using-react-js/) 175 | 176 | ##### React and ClojureScript 177 | * [The Future of JavaScript MVC Frameworks](http://swannodette.github.io/2013/12/17/the-future-of-javascript-mvcs) 178 | * [The Case for React.js and ClojureScript](http://murilopereira.com/the-case-for-reactjs-and-clojurescript/) 179 | * [A Reagent Framework For Writing SPAs](https://github.com/Day8/re-frame) 180 | 181 | ##### React and CoffeeScript 182 | * [React & CoffeeScript](http://blog.vjeux.com/2013/javascript/react-coffeescript.html) 183 | * [React patterns - Mostly reasonable patterns for writing React in CoffeeScript](https://github.com/planningcenter/react-patterns) 184 | 185 | ##### React and Datatables 186 | * [React and Datatables](https://github.com/wyvernnot/react-datatables-example) 187 | 188 | ##### React and Haskell 189 | * [Animating Web UI with React and Haskell](http://joelburget.com/react-haskell/index.html) 190 | * [stackage-view, built with Yesod and GHCJS+React](https://github.com/fpco/stackage-view) 191 | * [TodoMVC example with Shade (Haste+React)](https://github.com/takeoutweight/shade-todomvc) 192 | * [react-haskell, to be used with Haste](https://hackage.haskell.org/package/react-haskell) ([blog post](http://joelburget.com/react-haskell/)) 193 | * [blaze-react, blaze-html style React bindings using GHCJS](https://github.com/meiersi/blaze-react) ([video tutorial](https://www.youtube.com/watch?v=4nTnC0t7pzY)) 194 | * [purescript-react bindings](https://github.com/purescript-contrib/purescript-react) ([example app](https://github.com/fujimura/purescript-react-example)) 195 | 196 | ##### React and Socket.IO 197 | * [Socket.IO integration example](https://gist.github.com/zpao/5686416) 198 | * [Socket.IO integration example inside of a single React component](https://gist.github.com/petehunt/5687230) 199 | * [Socket.IO integration employing separation of concerns](https://gist.github.com/petehunt/5687276) 200 | 201 | ##### Server-Client with React 202 | * [Server/Client With React, Part 1: Getting Started](http://eflorenzano.com/blog/2014/04/09/react-part-1-getting-started/) 203 | * [Server/Client With React, Part 2: The Build System](http://eflorenzano.com/blog/2014/04/10/react-part-2-build-system/) 204 | * [Server/Client With React, Part 3: Frontend Server](http://eflorenzano.com/blog/2014/04/11/react-part-3-frontend-server/) 205 | 206 | ##### Server Side rendering 207 | * [Super-basic example of how server rendering works](https://github.com/petehunt/react-server-rendering-example) 208 | * [Server Side Rendering for ReactJS](http://yanns.github.io/blog/2014/03/15/server-side-rendering-for-javascript-reactjs-framework/) 209 | * [React Server Rendering](https://github.com/mhart/react-server-example) 210 | * [JDK8 + Facebook React: Rendering single page apps on the server](http://augustl.com/blog/2014/jdk8_react_rendering_on_server/) 211 | * [Server-side React with PHP – part 1](http://www.phpied.com/server-side-react-with-php/) 212 | * [Server-side React with PHP – part 2](http://www.phpied.com/server-side-react-with-php-part-2/) 213 | * [Server-rendered React components in Rails](http://bensmithett.com/server-rendered-react-components-in-rails/) 214 | * [Server-rendered React + Flux in Rails](https://github.com/nambrot/rails-webpack-react-flux) 215 | * [Golang Isomorphic Hot Reloadable/React/Flummox/Css-Module Starter Kit](https://github.com/olebedev/go-starter-kit) 216 | * [Serverside rendering with React + Hapi](https://github.com/jedireza/hapi-react-views) 217 | * [Isomorphic React apps in PHP via dnode](http://ericescalante.com/2015/06/07/isomorphic/) 218 | 219 | ##### Compiling React Tutorials 220 | * [Webpack Howto by Pete Hunt](https://github.com/petehunt/webpack-howto) 221 | * [React Webpack Cookbook](https://github.com/christianalfoni/react-webpack-cookbook) 222 | * [AMD and CommonJS examples with Webpack](https://github.com/simonsmith/webpack-example) 223 | * [Integrating JSX live reload into your React workflow](http://gaearon.github.io/react-hot-loader/) 224 | * [React JS and a browserify workflow, part1](http://christianalfoni.github.io/javascript/2014/08/15/react-js-workflow.html) 225 | * [React JS and a browserify workflow, part2](http://christianalfoni.github.io/javascript/2014/10/30/react-js-workflow-part2.html) 226 | * [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) 227 | 228 | ##### Debugging React 229 | * [Trace Logging with React](http://www.garysieling.com/blog/trace-logging-react) 230 | * [Reactotron: Control, monitor, and instrument](https://github.com/skellock/reactotron) 231 | 232 | ##### Authentication 233 | * [Adding authentication to your React Flux app](https://auth0.com/blog/2015/04/09/adding-authentication-to-your-react-flux-app/) 234 | * [Build a React Application with User Authentication](https://stormpath.com/blog/build-a-react-app-with-user-authentication/) 235 | 236 | ##### File Uploads 237 | * [Direct uploads to S3 with React, Rails, and Paperclip](http://blog.littleblimp.com/post/119230396893/direct-uploads-to-s3-with-react-rails-and) 238 | 239 | ##### API Integration 240 | * [react-flux-cosmicjs Data-driven react application connected to the Cosmic JS API](https://github.com/tonyspiro/react-flux-cosmicjs) 241 | 242 | 243 | #### React Tools 244 | 245 | ##### Boilerplates 246 | * [Create React App](https://github.com/facebookincubator/create-react-app) 247 | * [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) 248 | * [React Starter Kit — isomorphic web app boilerplate (Node.js, GraphQL, React, Babel, Webpack, CSS Modules, HMR)](https://github.com/kriasoft/react-starter-kit) 249 | * [ASP.NET Core Starter Kit (C#) — Frontend: React, Babel, PostCSS, CSS Modules + backend: .NET Core, C#](https://github.com/kriasoft/aspnet-starter-kit) 250 | * [ASP.NET Core Starter Kit (F#) — Frontend: React, Babel, PostCSS, CSS Modules + backend: .NET Core, F#](https://github.com/kriasoft/fsharp-starter-kit) 251 | * [React Redux Universal Hot Example](https://github.com/erikras/react-redux-universal-hot-example) 252 | * [React Slingshot - React + Redux with Babel, hot reloading, testing, linting and working example app](https://github.com/coryhouse/react-slingshot) 253 | * [este - Robust and comfortable dev stack for mobile/offline/frontend first isomorphic web apps](https://github.com/steida/este) 254 | * [frontend-boilerplate - webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate](https://github.com/tj/frontend-boilerplate) 255 | * [react-engine - A composite render engine for isomorphic express apps](https://github.com/paypal/react-engine) 256 | * [react-webpack-node - Boilerplate for an universal/isomorphic React + Redux/alt Flux](https://github.com/choonkending/react-webpack-node) 257 | * [react-native-nw-react-calculator - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator) 258 | * [StarHackIt - An ES6/ES7 full-stack starter kit with authentication and authorization code](https://github.com/FredericHeem/starhackit) 259 | * [react-cordova-boilerplate - TodoMVC example for React to build a Cordova application](https://github.com/unimonkiez/react-cordova-boilerplate) 260 | * [UniversalRelayBoilerplate - Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Material-UI), Relay, GraphQL, JWT, Node.js, Apache Cassandra](https://github.com/codefoundries/UniversalRelayBoilerplate) 261 | * [react-boilerplate - A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.](http://reactboilerplate.com) 262 | * [Next.js - A minimalistic framework for server-rendered React applications](https://zeit.co/blog/next) 263 | 264 | ##### Routing 265 | * [react-router - A complete routing library for React](https://github.com/reactjs/react-router) 266 | 267 | ##### React Projects 268 | * [gatsby - Transform plain text into dynamic blogs and websites using React.js](https://github.com/gatsbyjs/gatsby) 269 | * [react-blessed - A react renderer for blessed terminal interface library](https://github.com/Yomguithereal/react-blessed) 270 | * [MJML - The only framework that makes responsive-email easy. Based on React](https://mjml.io) 271 | 272 | ##### Components 273 | * [React Component List](http://dvemac.github.io/react-component-list/) 274 | * [JS.coach - A catalog of React components](https://js.coach/) 275 | * [iReact: Fantastic React Components and Libraries!](http://ireact.cn/) 276 | * [Khan Academy React Components](http://khan.github.io/react-components/) 277 | * [VistarMedia Components](http://cmpnt.vistarmedia.com/) 278 | * [React Topcoat UI components](https://github.com/kjda/react-topui) 279 | * [react-material - Material design components written with React.js and React Style](https://github.com/SanderSpies/react-material) 280 | * [material-ui - A CSS Framework and a Set of React Components for Material Design](https://github.com/callemall/material-ui) 281 | * [react-google-login-component](https://github.com/kennetpostigo/react-google-login-component) 282 | * [react-facebook-login-component](https://github.com/kennetpostigo/react-facebook-login-component) 283 | * [react-component - A Collection of React UI Components](http://react-component.github.io/badgeboard/) 284 | * [Ant Design - An enterprise-class UI design language and React-based implementation](https://github.com/ant-design/ant-design) 285 | * [UXCore - A React UI Component Set living for enterprise backend application](https://github.com/uxcore/uxcore) 286 | * [react-desktop - OS X and Windows UI components built with React](https://github.com/gabrielbull/react-desktop) 287 | * [react-aim - Determine the cursor aim for triggering mouse events](https://github.com/gabrielbull/react-aim) 288 | * [react-touch - React photo viewer for mobile](https://github.com/petehunt/react-touch) 289 | * [griddle - A simple grid component for use with React](http://dynamictyped.github.io/Griddle/) 290 | * [react-grid - Data grid for React](https://github.com/prometheusresearch/react-grid) 291 | * [React-iCheck - iCheck components built with React. Highly customizable checkboxes and radio buttons](https://github.com/luqin/react-icheck) 292 | * [react-absolute-grid - An absolutely positioned, animated, filterable, sortable, drag and droppable, ES6 grid for React](https://github.com/jrowny/react-absolute-grid) 293 | * [react-async - Async rendering for React components](https://github.com/andreypopp/react-async) 294 | * [react-async-input - Inputs that behave properly with async set{State,Props} calls](https://github.com/grncdr/react-async-input) 295 | * [react-countup - A React component wrapper around CountUp.js](https://github.com/glennreyes/react-countup) 296 | * [react-mediaswitch - Choose your DOM based on media queries](https://github.com/matthewwithanm/react-mediaswitch) 297 | * [react-frame-component - Render your React app to an iFrame](https://github.com/ryanseddon/react-frame-component) 298 | * [react-gravatar - React component for rendering a gravatar profile image](https://github.com/KyleAMathews/react-gravatar) 299 | * [markdown-react - React Render for Standard Markdown](https://github.com/vjeux/markdown-react) 300 | * [react-component-gallery — React component for creating an evenly spaced components]( https://github.com/KyleAMathews/react-component-gallery) 301 | * [react-markdown-textarea - Component to create textareas for entering Markdown](https://github.com/KyleAMathews/react-markdown-textarea) 302 | * [react-markdown-area - Github flavored markdown editor with live preview](https://github.com/MattMcFarland/react-markdown-area) 303 | * [react-textarea-autosize - Textarea component for React which grows with content](https://github.com/andreypopp/react-textarea-autosize) 304 | * [react-spinner - Zero configuration loading spinner](https://github.com/chenglou/react-spinner) 305 | * [react-treeview - Easy, light, flexible tree view made with React](https://github.com/chenglou/react-treeview) 306 | * [react-tree-menu - A stateless tree menu component built with the Flux architecture in mind](https://github.com/MandarinConLaBarba/react-tree-menu) 307 | 308 | * [react-tween-state - React animation tween state](https://github.com/chenglou/react-tween-state) 309 | * [react-stripe-checkout - Easily load Stripe Checkout as a React component](https://github.com/azmenak/react-stripe-checkout) 310 | * [react-swipe - Brad Birdsall's swipe.js, as a React component](https://github.com/jed/react-swipe) 311 | * [react-smart-time-ago - Show relative "time ago" dates](https://github.com/KyleAMathews/react-smart-time-ago) 312 | * [react-autoupdate-time - Renders a