paint-brush
An extremely decent prod-ready React/Redux Starter Projectby@_bengarrison
811 reads
811 reads

An extremely decent prod-ready React/Redux Starter Project

by Ben GarrisonJuly 8th, 2018
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

<span>T</span>he main objective of this project is to provide a solid foundation for you to build production ready applications using(but not limited to) ReactJS and Redux. It should be flexible enough for you to customize to your own needs, it also is intentionally brief in examples and assumptions. The more opinionated the starter project is, the more difficult it becomes to extend.

Company Mentioned

Mention Thumbnail
featured image - An extremely decent prod-ready React/Redux Starter Project
Ben Garrison HackerNoon profile picture

With monitored current dependencies and TravisCI


btg5679/react-redux-prod-starter_react-redux-prod-starter - A ReactJS/Redux Production ready project foundation_github.com

The main objective of this project is to provide a solid foundation for you to build production ready applications using(but not limited to) ReactJS and Redux. It should be flexible enough for you to customize to your own needs, it also is intentionally brief in examples and assumptions. The more opinionated the starter project is, the more difficult it becomes to extend.

If you are anything like me you find yourself repeating the same steps and creating the same boiler-plate code each time you begin a new project. Sometimes that chore itself can destroy your motivation. I hope this starter project can lighten that load and get you up and doing what you love faster — CODING!

LIBRARIES

  • ReactJS
  • Redux
  • Webpack 4 with develop and production config files
  • Connected React Router
  • Babel
  • ESLint
  • Aphrodite

There is much more documentation in the README.md.

Let me know your thoughts and if you notice something that needs fixing or could be improved, submit a PR! Give me a follow on Twitter and keep after it!