Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.21 KB

Universal React starter-kyt

This starter-kyt should serve as the base for an advanced, server and client-rendered React app.

Installation

  1. run kyt-cli setup
  2. select universal from the list of starter-kyts

Tools

The following are some of the tools included in this starter-kyt:

Notes on implementation

  • As a performance optimization, React Router routes are loaded dynamically and chunked separately using the ES2015 import() directive. See more about Webpack 2 support and dynamic routing.

How To Contribute

Want to build your own starter-kyt? See directions here.

Changelog