- In this post we'll look at some approaches and methods you can apply to your React components to keep them easy to use, test, edit and maintain. 
- 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.