Building a GitHub Repo Template Part 3: Jest Testing Setup with TypeScript

In this ongoing series, I am putting together a Github Repository Template for my “Go To” front-end tech stack of Next.js, React, TypeScript etc. In the 2nd part of the series, I set up ESLint to work with TypeScript. In this post, we will get Jest T… Read more

Similar

TypeScript 4.0

Consider a function in JavaScript called concat that takes two array or tuple types and concatenates them together to make a new array. (more…)

Read more »

The Lens Pattern in TypeScript

If you have read all blog post until now, you might have come to the realization that immutability is a core conecept in functional programming. In this blog post, we will take a look at a pattern that can help us update and extract data from large immuta... (more…)

Read more »

TypeScript 5.6

Today we’re excited to announce the release of TypeScript 5.6! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Types describe the shapes we expect of our variables, parameters, and funct... (more…)

Read more »