June 3, 2019 Documenting components with React's PropTypes library is a great way to be notified when you've forgotten to pass a certain prop. Today we're going to see how we can leverage these to make our tests fail when our PropTypes are incorrect.
May 28, 2019 Hooks are a great way to take some complex logic and hide it behind a nice facade. In this post we'll discuss the how, why and when of doing this.
April 12, 2019 Today we're talking about how to write the perfect unit test and how to ensure your tests stay readable, usable and maintainable.
February 20, 2019 To start getting familiar with React hooks, I decided to refactor a component from setState to hooks and see how it went.
January 28, 2019 A quick post today on how to configure ESLint to run on a TypeScript project.
January 23, 2019 Over Christmas, I tackled an Advent of Code in ReasomML and in this post I'll share my solution along with my experience of Reason and its ecosystem.
November 22, 2018 For one week only, you can grab 40% off all my video courses.
September 17, 2018 Kent and I sat down to chat about our approaches to testing our React applications.
August 14, 2018 Today I'm launching a new video course to help you take the next step learning React.
July 23, 2018 In this post we will look at the URLSearchParams API which makes it really easy to read, delete and set query parameters.