Very basic tutorial on setting up webpack for react.js with hot reload. All the good things!
https://robots.thoughtbot.com/setting-up-webpack-for-react-and-hot-module-replacement
I am maintaining this blog to document things that I have done and would like to remember or perhaps could help other people who are facing the same issues.
Monday, December 28, 2015
Monday, December 21, 2015
Heroku setup for webpack
I'm looking into webpack for react and trying to setup a small project on heroku:
Here's a tutorial I want to follow:
http://ditrospecta.com/javascript/react/es6/webpack/heroku/2015/08/08/deploying-react-webpack-heroku.html
Another well explained tutorial:
http://www.christianalfoni.com/articles/2015_04_19_The-ultimate-webpack-setup
and a bootstrap project:
https://github.com/cgreening/simple-webpack-react-starter/blob/master/package.json
Here's a tutorial I want to follow:
http://ditrospecta.com/javascript/react/es6/webpack/heroku/2015/08/08/deploying-react-webpack-heroku.html
Another well explained tutorial:
http://www.christianalfoni.com/articles/2015_04_19_The-ultimate-webpack-setup
and a bootstrap project:
https://github.com/cgreening/simple-webpack-react-starter/blob/master/package.json
Wednesday, December 16, 2015
React.js and Flexbox links I want to look at when I have time
1. A set of React components implementing flexboxgrid with the power of CSS Modules
https://github.com/roylee0704/react-flexbox-grid?utm_source=html5weekly&utm_medium=email
2. Grid, Flexbox tutorial
https://24ways.org/2015/grid-flexbox-box-alignment-our-new-system-for-layout/
3. Grid by examples:
http://gridbyexample.com/
https://github.com/roylee0704/react-flexbox-grid?utm_source=html5weekly&utm_medium=email
2. Grid, Flexbox tutorial
https://24ways.org/2015/grid-flexbox-box-alignment-our-new-system-for-layout/
3. Grid by examples:
http://gridbyexample.com/
Subscribe to:
Posts (Atom)