Skip to content

nickmeldrum/react-seed

Repository files navigation

react-seed

A seed project for a React build

Design decisions

  • Build and dev environment using Webpack and webpack-dev-server (hot reloading)
  • Language: using ES2015 compiled using babel (integrated into Webpack)

Installation

Details, details

  • hot loading (as of 1.3.1) isn't working with stateless components, think it's fixed in v3 of react-hot-loader but v3 beta is HARD to get installed right with no docs
  • proptypes warnings failing tests doesn't work on multiple runs in watch, only first time runs. Assume this is because React only shows this warning on "initial mount" of a component

About

A seed project for a React build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published