cwebbdesign / universal-react

Universal react with async data fetching, async routes, code splitting from top route

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

universal-react

Installation

npm install

About

This is boilerplate I have created to learn, to try, to evaluate how thing works, but I hope you can use it for yourself too. In this repo you can find a lot of parts of code from another similar projects. It's far from being complete, there is a lot of dependencies I want to use in future, but until now didn't have time to.

Running Dev Server

//first command line
npm run start:dev

//second command line
npm run start:hot

To Be Done?

  • immutable?
  • styles (css-modules ???)

About

Universal react with async data fetching, async routes, code splitting from top route


Languages

Language:JavaScript 100.0%