Skip to content

Commit ca7cce3

Browse files
committed
Clean Boilerplate section
1 parent 0ef67e9 commit ca7cce3

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -269,31 +269,17 @@ A collection of awesome things regarding React ecosystem.
269269
#### React Tools
270270

271271
##### Boilerplates
272-
* [React Slingshot - React + Redux with Babel, hot reloading, testing, linting and working example app](https://github.com/coryhouse/react-slingshot)
273272
* [React Starter Kit - a skeleton of an "isomorphic" web application](https://github.com/kriasoft/react-starter-kit)
274-
* [react-isomorphic-starterkit - somorphic starterkit with server-side React rendering](https://github.com/RickWong/react-isomorphic-starterkit)
275-
* [essential-react - A minimal skeleton for building testable React apps using ES6](https://github.com/pheuter/essential-react)
273+
* [React Redux Universal Hot Example](https://github.com/erikras/react-redux-universal-hot-example)
274+
* [React Slingshot - React + Redux with Babel, hot reloading, testing, linting and working example app](https://github.com/coryhouse/react-slingshot)
276275
* [este - Robust and comfortable dev stack for mobile/offline/frontend first isomorphic web apps](https://github.com/steida/este)
276+
* [essential-react - A minimal skeleton for building testable React apps using ES6](https://github.com/pheuter/essential-react)
277+
* [react-isomorphic-starterkit - somorphic starterkit with server-side React rendering](https://github.com/RickWong/react-isomorphic-starterkit)
277278
* [react-starter - Starter template for React with webpack](https://github.com/webpack/react-starter)
278279
* [react-hot-boilerplate - Live-editing boilerplate for your next ReactJS project](https://github.com/gaearon/react-hot-boilerplate)
279-
* [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)
280280
* [react-engine - A composite render engine for isomorphic express apps](https://github.com/paypal/react-engine)
281-
* [koa-react-full-example - Full example using Koa, React, Passport, Mongoose, Gulp, Mocha](https://github.com/dozoisch/koa-react-full-example)
282-
* [mullet - A React + Hapi Starter Kit](https://github.com/lynnaloo/mullet)
283-
* [React on Rails Starter Kit](https://github.com/elierotenberg/react-rails-starterkit)
284-
* [Coffee React Quickstart](https://github.com/KyleAMathews/coffee-react-quickstart)
285-
* [React + Webpack + Flux (Alt) + Isomorphic + Express + MongoDB boilerplate](https://github.com/choonkending/react-webpack-node)
286-
* [Babel Starter Kit - a boilerplate for authoring React.js libraries with ES6+, Babel](https://github.com/kriasoft/babel-starter-kit)
287-
* [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)
288-
* [A React / Webpack Starter for Beginners](https://github.com/eanplatter/react-starter)
289-
* [A large SPA react / redux set up boilerplate](https://github.com/chen844033231/react-workflow)
290-
* [React Starterify - Minimal starter kit with ES2015 + Browserify + Gulp + Tests](https://github.com/Granze/react-starterify)
291-
* [Isomorphic React TypeScript Starter](https://github.com/toddlucas/react-tsx-starter)
292-
* [React + React native + NW - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator)
293-
* [A clean, extensible react + redux boilerplate with universal/isomorphic rendering, testing and more](https://github.com/mz026/universal-redux-template)
294-
* [A-Frame + React Boilerplate](https://github.com/ngokevin/aframe-react-boilerplate)
295-
* [A react+redux ES6 boilerplate with hot reloading and a ready to use express server ](https://github.com/sytac/react-redux-scaffold)
296-
* [Reduxible - The Fast and Easy way to make a React + Redux apps](https://github.com/Pitzcarraldo/reduxible)
281+
* [react-webpack-node - Boilerplate for an universal/isomorphic React + Redux/alt Flux](https://github.com/choonkending/react-webpack-node)
282+
* [react-native-nw-react-calculator - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator)
297283

298284
##### Components
299285
* [React Components](http://react-components.com/)

0 commit comments

Comments
 (0)