Skip to content

A simple, yet comprehensive React + Redux application, complete with DevTools.

Notifications You must be signed in to change notification settings

tsaiDavid/generator-simple-redux

Repository files navigation

generator-simple-redux

A simple, yet comprehensive React + Redux application, complete with DevTools.

Author: @tsaiDavid | www.davidtsai.codes

###Overview###

This is the perfect way to start any React + Redux application - especially if you're looking for a middle-ground. The intention behind this generator / starter-kit is to offer the user just the right amount of tools and boilerplate to hit the ground running, while minimizing bulk and overhead.

###Features###

  • React
  • Babel 6 w/ basic presets and transform
  • Webpack w/ basic dev and prod configurations
  • Express development server; easily roll out a production enabled server of your own
  • Eslint w/ basic configs

###Usage###

This generator is to be used with yo.

###Roadmap###

  • Scaffold working yeoman generator-simple-redux version of "react-transform-boilerplate"
  • Publish beta package to npm: https://www.npmjs.com/package/generator-simple-redux
  • Utilize latest EJS templating to allow user customization of files (package.json, index.html, etc)
  • Implement Redux
  • Implement Redux DevTools
  • Add basic styles and enable webpack compilation of CSS/SASS

###Credits###

This generator is initially based on @gaeron's awesome react-transform-boilerplate.

This project supports Babel 6, with reference implementations of:

babel-plugin-react-transform. It can be used as a boilerplate for quickly getting a new project up and running with a few useful transforms:

For convenience they are packed in a single preset called react-transform-hmre but you can make your own.

Syntax errors are displayed in an overlay using @glenjamin’s webpack-hot-middleware, which replaces Webpack Dev Server. This project does not use React Hot Loader.

About

A simple, yet comprehensive React + Redux application, complete with DevTools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages