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.
Today we're talking about how to write the perfect unit test and how to ensure your tests stay readable, usable and maintainable.
To start getting familiar with React hooks, I decided to refactor a component from setState to hooks and see how it went.
A quick post today on how to configure ESLint to run on a TypeScript project.
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.
For one week only, you can grab 40% off all my video courses.
Kent and I sat down to chat about our approaches to testing our React applications.
Today I'm launching a new video course to help you take the next step learning React.
In this post we will look at the URLSearchParams API which makes it really easy to read, delete and set query parameters.
Introducing a plugin I've built to enable quicker jumping of files in VSCode.