Subscribe to receive the free weekly article

How To Use Redux in your React TypeScript App

Sep 08, 2020☕ ☕ 9 min read

Redux is a predictable state container for JavaScript apps. It's a popular library for managing…

#typescript#react#redux

The React TypeScript Cheatsheet – How To Set Up Types on Hooks

Aug 04, 2020 6 min read

TypeScript is a great language that allows type-checking your code in order to make it more robust…

#typescript#react#hooks

How To Build a Todo App with React, TypeScript, NodeJS, and MongoDB

Jul 21, 2020☕ ☕ 18 min read

In this tutorial, we will be using TypeScript on both sides (server and client) to build a Todo App…

#typescript#react#node

Advanced TypeScript Types cheat sheet (with examples)

Jun 15, 2020☕ ☕ 11 min read

TypeScript is a typed language that allows you to specify the type of variables, function parameters…

#typescript

A Practical Guide to TypeScript - How to Build a Pokedex app using HTML, CSS, and TypeScript

May 21, 2020☕ ☕ 12 min read

TypeScript is a superset that needs to compile to plain JavaScript. It offers more control over your…

#typescript#html#css

Introducing the Redux+TypeScript template for Create-React-App

Mar 16, 2020 1 min read

There is something new in React, particularly with Create-React-App. Now, we can set up a brand new…

#react#redux#typescript