A short post on refactoring code to avoid comments that could instead be code.
Today I'm launching a new video course on Testing React applications.
A short post on why and how I've moved the JS Playground from GitHub Pages to Netlify.
Today we'll look at a new feature introduced in React 16, fragments, and how we can use them to tidy up the DOM that our components create.
In today's post we'll introduce Enzyme and look at how to use it to test a basic React component.
In this 12 minute video I'll show you how to make your Elm application support URLs with the Navigation package.
Recently I've been considering a move away from Vim for front end development.
In today's video I set up and explore styled-components with the help of Glen Maddern.
A write up of a conference talk given about lessons learned migrating complex JavaScript applications.
Today we'll refactor a React component by pulling out logic that can live in its own module that we can test more easily.