0.1.1 • Published 7 years ago

frack-kit-website-universal v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Universal website kit

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

Installation

  1. Create a new directory and install frack
  2. frack-cli setup -r https://github.com/julianvmodesto/frack-kit-website-universal.git

Tools

The following are some of the tools included in this project kit:

NOTE: frack 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 project kit? See directions here.