
SPA Boilerplate with React, react-redux, react-router, ES6, and webpack
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

