From ca7cce36b060614b113de6d53ade07c1b8b1d49e Mon Sep 17 00:00:00 2001 From: Nick Raienko Date: Fri, 12 Feb 2016 21:06:04 +0200 Subject: [PATCH 1/2] Clean Boilerplate section --- README.md | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 0a1d9826..4ce69df2 100644 --- a/README.md +++ b/README.md @@ -269,31 +269,17 @@ A collection of awesome things regarding React ecosystem. #### React Tools ##### Boilerplates -* [React Slingshot - React + Redux with Babel, hot reloading, testing, linting and working example app](https://github.com/coryhouse/react-slingshot) * [React Starter Kit - a skeleton of an "isomorphic" web application](https://github.com/kriasoft/react-starter-kit) -* [react-isomorphic-starterkit - somorphic starterkit with server-side React rendering](https://github.com/RickWong/react-isomorphic-starterkit) -* [essential-react - A minimal skeleton for building testable React apps using ES6](https://github.com/pheuter/essential-react) +* [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) +* [essential-react - A minimal skeleton for building testable React apps using ES6](https://github.com/pheuter/essential-react) +* [react-isomorphic-starterkit - somorphic starterkit with server-side React rendering](https://github.com/RickWong/react-isomorphic-starterkit) * [react-starter - Starter template for React with webpack](https://github.com/webpack/react-starter) * [react-hot-boilerplate - Live-editing boilerplate for your next ReactJS project](https://github.com/gaearon/react-hot-boilerplate) -* [react-redux-universal-hot-example - Universal rendering boilerplate with redux, style loaders, mocha and many more](https://github.com/erikras/react-redux-universal-hot-example) * [react-engine - A composite render engine for isomorphic express apps](https://github.com/paypal/react-engine) -* [koa-react-full-example - Full example using Koa, React, Passport, Mongoose, Gulp, Mocha](https://github.com/dozoisch/koa-react-full-example) -* [mullet - A React + Hapi Starter Kit](https://github.com/lynnaloo/mullet) -* [React on Rails Starter Kit](https://github.com/elierotenberg/react-rails-starterkit) -* [Coffee React Quickstart](https://github.com/KyleAMathews/coffee-react-quickstart) -* [React + Webpack + Flux (Alt) + Isomorphic + Express + MongoDB boilerplate](https://github.com/choonkending/react-webpack-node) -* [Babel Starter Kit - a boilerplate for authoring React.js libraries with ES6+, Babel](https://github.com/kriasoft/babel-starter-kit) -* [Minimal Node React stack starter kit - Node/Express (hbs), React + React Router + Redux, Webpack, Babel, Gulp and unit tests with Karma ](https://github.com/weblancaster/node-react-stack-kit) -* [A React / Webpack Starter for Beginners](https://github.com/eanplatter/react-starter) -* [A large SPA react / redux set up boilerplate](https://github.com/chen844033231/react-workflow) -* [React Starterify - Minimal starter kit with ES2015 + Browserify + Gulp + Tests](https://github.com/Granze/react-starterify) -* [Isomorphic React TypeScript Starter](https://github.com/toddlucas/react-tsx-starter) -* [React + React native + NW - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator) -* [A clean, extensible react + redux boilerplate with universal/isomorphic rendering, testing and more](https://github.com/mz026/universal-redux-template) -* [A-Frame + React Boilerplate](https://github.com/ngokevin/aframe-react-boilerplate) -* [A react+redux ES6 boilerplate with hot reloading and a ready to use express server ](https://github.com/sytac/react-redux-scaffold) -* [Reduxible - The Fast and Easy way to make a React + Redux apps](https://github.com/Pitzcarraldo/reduxible) +* [react-webpack-node - Boilerplate for an universal/isomorphic React + Redux/alt Flux](https://github.com/choonkending/react-webpack-node) +* [react-native-nw-react-calculator - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator) ##### Components * [React Components](http://react-components.com/) From 7b1e866a28cba55568caafe7164b92c3698dd91b Mon Sep 17 00:00:00 2001 From: Yongxu Ren Date: Fri, 12 Feb 2016 11:28:27 -0800 Subject: [PATCH 2/2] Update README.md Added React-DnR component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ce69df2..4cd134a1 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ A collection of awesome things regarding React ecosystem. * [React Joyride - Create walkthroughs, tours and tooltips for your apps](http://gilbarbara.github.io/react-joyride/) * [react-file-reader-input - Complete control over styling + abstraction from file reading](https://github.com/ngokevin/react-file-reader-input) * [react-sortable-pane - Resizable and sortable pane component for React](https://github.com/bokuweb/react-sortable-pane) +* [react-DnR - Dragable and Resizable window build with React.js](https://github.com/yongxu/react-DnR) #### Libraries * [react-magic - Automatically AJAXify plain HTML with the power of React](https://github.com/reactjs/react-magic)