Posts

Showing posts from December, 2015

One more webpack - react.js tutorial

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

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

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/