Skip to content

julianvmodesto/kyt-starter-universal-redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal React-Redux 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. kyt-cli setup -r https://github.com/julianvmodesto/kyt-starter-universal-redux.git

Tools

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

NOTE: kyt doesn't copy devDependencies, which include redux-devtools, so make sure to install these after setup

TODO

  • Example of redux reducer, preferably with a thunk + fetch

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • CSS 5.3%