Read all about it... 'typescript' related content
Writing a Custom ESLint Rule in TypeScript
Have you ever found a small (yet annoying), recurring issue in your PR reviews that is super formulaic and could...
12 March 2024
How to use React Hooks with Redux
In this post we explore using React Hooks with Redux.
26 July 2022
React Tutorial - Build a Weather App from Scratch - Part 2
In part II of this tutorial we continue the step-by-step guide for creating a weather app using React and TypeScript.
25 February 2021
React Tutorial - Build a Weather App from Scratch - Part 1
In this tutorial I'll take you step-by-step through creating a weather app using React and TypeScript.
23 February 2021
TypeScript + React Hooks: Part 3
In this 3rd article in our series on using React Hooks with TypeScript, we will show how to enhance 'primitive'...
11 December 2020
TypeScript + React Hooks: Part 2
In this follow-up to our introductory article to using React Hooks with TypeScript, we’ll continue to discuss how leveraging types...
23 November 2020
TypeScript + React Hooks: Part 1 - The Basics
In this post, we delve into using TypeScript with React Hooks to develop in the front-end. Continuing our series of...
9 November 2020
React + TypeScript + Redux Toolkit - Safety and Simplicity
In this article I'll explain how Redux Toolkit simplifies building Redux based apps and combines beautifully with React and TypeScript...