FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
SPA Boilerplate with React, react-redux, react-router, ES6, and webpack
How-ToWeb Development

SPA Boilerplate with React, react-redux, react-router, ES6, and webpack

via Dev.to ReactKenta Takeuchi10h ago

This article was originally published on bmf-tech.com . Overview I created a simple boilerplate for SPAs using React. I'm just barely keeping up with the recent frontend technologies, so I don't have much confidence in the source code, but I think it has taken shape, so I'll make that excuse ( _ ). Environment Modules axios lodash react react-dom react-router react-redux redux redux-promise Build Tools babel-core babel-loader babel-preset-es-2015 babel-preset-react babel-preset-stage-0 webpack webpack-dev-server I believe most of these are the latest versions as of now, but I think react-router is one version behind. Features Routing API Calls That's it (--) Demo Source bmf-san/react-redux-spa-boilerplate Thoughts When actually building a decent SPA, it becomes chaotic as you add more external libraries and the components get more complex, but I think that's due to my lack of design skills.

Continue reading on Dev.to React

Opens in a new tab

Read Full Article
2 views

Related Articles

The Inheritance Trap: How to Avoid Fragile Base Classes
How-To

The Inheritance Trap: How to Avoid Fragile Base Classes

Medium Programming • 10h ago

Eighty Years Later, the Chemex Still Makes Better Coffee
How-To

Eighty Years Later, the Chemex Still Makes Better Coffee

Wired • 11h ago

The Day I Realized Coding Is Less About Computers and More About Learning How Humans Think
How-To

The Day I Realized Coding Is Less About Computers and More About Learning How Humans Think

Medium Programming • 12h ago

The Strange Advice Engineers Eventually Hear
How-To

The Strange Advice Engineers Eventually Hear

Medium Programming • 16h ago

How-To

A Gentle Introduction to Mercury

Lobsters • 16h ago

Discover More Articles