A boilerplate for playing around with react, redux and react-router with the help of webpack.
A boilerplate for playing around with react, redux and react-router with the help of webpack.
Contains:
npm install
npm start
Once running, if you want to hide the redux dev monitor: CTRL+H
Yes, it takes a while to load the first time you open the app.
Yup! Take a look:
The app updates without the browser having to reload. You don’t lose state!
npm run build
This will build the app into the “dist” directory in the root of the project. It contains the index.html along with the minified assets, ready for production.
It should look something like the above image.
I went ahead and wrote a detailed series of posts on this project for you. I hope it helps you understand better:
To keep it unopinionated. You choose what async library you want. If you want to check out a full example with async in it, check this simple todo-app that uses redux-sagas.