Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

nytimes/kyt-starter-universal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated: This starter-kyt has been moved into the kyt monorepo. New Location

Universal React starter-kyt

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

Installation

  1. Create a new directory and install kyt
  2. node_modules/.bin/kyt setup -r git@github.com:NYTimes/kyt-starter-universal.git

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 System.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