Popularity
7.8
Stable
Activity
0.0
Stable
2,331
73
210

Programming language: JavaScript
License: BSD 3-clause "New" or "Revised" License
Tags: Code Design     Boilerplate     React     Webpack     Isomorphic     Universal     Transmit     Template     Starter     Koa    
Latest version: v5.3.1

react-isomorphic-starterkit alternatives and similar libraries

Based on the "Boilerplate" category.
Alternatively, view react-isomorphic-starterkit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of react-isomorphic-starterkit or a related project?

Add another 'Boilerplate' Library

README

screenshot

React Isomorphic Starterkit

Isomorphic starterkit with server-side React rendering using npm, koa, webpack, babel, react, react-router, react-transform-hmr, react-transmit, react-inline-css

version license Package Quality installs downloads

Features

  • Fully automated toolchain with npm run scripts
  • React 0.14 + React Router 2.0 on the client and server
  • Babel 6 automatically compiles ES2015 + ES7 stage-0
  • Webpack HMR for instant server updates
  • React Transform HMR for instant client updates
  • React Transmit to preload on server and hydrate client
  • InlineCss-component for styling components

It just works out-of-the-box.

Installation

Development

git clone https://github.com/RickWong/react-isomorphic-starterkit.git
cd react-isomorphic-starterkit

npm install
npm run watch     # Yes, ONE command for both server AND client development!

Production

npm run build
npm run start  

Usage

Run npm run watch in your terminal and play with views/Main.js to get a feel of the server-side rendering and client-side hot updates.

Community

Let's start one together! After you β˜…Star this project, follow @Rygu on Twitter.

License

BSD 3-Clause license. Copyright Β© 2015, Rick Wong. All rights reserved.


*Note that all licence references and agreements mentioned in the react-isomorphic-starterkit README section above are relevant to that project's source code only.