Skip to content

Latest commit

 

History

History
executable file
·
8 lines (7 loc) · 562 Bytes

README.md

File metadata and controls

executable file
·
8 lines (7 loc) · 562 Bytes

node-react-starter Build Status

A thin fairly non-opnionated isomorphic React stack for node that does not have redux integrated. This deprecates the isomorphic-starter-kit as my stack of choice when starting a new project.

Few features:

  • Koa instead of express. Has full HTTP/2 support
  • Latest version of webpack/babel/react/jest/etc
  • Styled Components set up, but no integration beyond ThemProvider
  • No AppState opinion (no redux)