July 18, 2016 In this post we'll look at how to use CSS Modules in React using Webpack. We'll configure Webpack and the CSS Loader to parse CSS and load it in the browser. By keeping the CSS scoped to each component we can avoid any CSS conflicts and make CSS much easier to deal with.
June 22, 2016 Today I'll show you how to create a Webpack and ReactJS project complete with ES2015, JSX and Hot loading.
June 21, 2016 In this post I introduce a library I've created for fetching data from APIs called RemoteDataJS.
April 25, 2016 In this post I'll discuss how you can get started with React without needing Webpack.
February 26, 2016 Come and join me for a day of ReactJS learning in London
February 24, 2016 Today I'll discuss what I think is a misunderstanding of how tools should be used in the JS development workflow.
February 8, 2016 In this post I'll discuss what the future of JS releases looks like from an end user's point of view.
February 5, 2016 In this post we'll play with Rollup, a new bundling tool that can eliminate dead code and produce smaller bundles.
November 23, 2015 In this post we'll explore Elm, a new programming language aimed at frontend developers, and some of its major features.
October 15, 2015 Learn how to be able to write your modules in ES6 before publishing them in a generic way to npm for others to consume.