Tag: typescript

Exploring Stylex And The New Generation Of Styling Libraries

Exploring StyleX and the new generation of styling libraries

Dev

StyleX is a build-time, type-safe CSS-in-JS library recently open sourced by Meta. Explore StyleX and the evolution of styling libraries.

Ibadehin Mojeed
Feb 29, 2024 ⋅ 9 min read
Configuring Nodemon With TypeScript

Configuring nodemon with TypeScript

Dev

Read about three different ways you can configure nodemon with TypeScript — and explore three alternatives to nodemon for other use cases.

Cole Gawin
Feb 27, 2024 ⋅ 10 min read
Typescript Logo Over an Open Book

Building a type-safe dictionary in TypeScript

Dev

This article provides a comprehensive guide on creating type-safe dictionaries in TypeScript to enhance code reliability and reduce errors.

Gapur Kassym
Feb 20, 2024 ⋅ 9 min read
How To Build A Component Library With React And TypeScript

How to build a component library with React and TypeScript

Dev

In this article, we’ll learn what a component library is and how to build our component library with React and TypeScript.

Yan Sun
Feb 15, 2024 ⋅ 13 min read
A Guide To Async/Await In TypeScript

A guide to async/await in TypeScript

Dev

TypeScript’s async and await allows you to write async code that looks and behaves like synchronous code and is easier to read and write.

Olasunkanmi John Ajiboye
Feb 15, 2024 ⋅ 9 min read
How To Pass A TypeScript Function As A Parameter

How to pass a TypeScript function as a parameter

Dev

Understand TypeScript functions and how to pass them as a parameter in your apps.

Kealan Parr
Feb 6, 2024 ⋅ 7 min read
Comparing Typescript State Management Solutions

Comparing TypeScript state management solutions

Dev

Dealing with state management in TypeScript provides benefits like type safety, code formatting, and error management.

Rashedul Alam
Feb 2, 2024 ⋅ 17 min read
Exploring Effect A Meta State Rxjs Like Framework For Writing Typescript

Exploring Effect, a meta-state RxJS-like framework

Dev

The Effect library helps you better handle async code, types in async scenarios, and errors in TypeScript projects. Let’s see how.

Isaac Okoro
Jan 17, 2024 ⋅ 6 min read
How To Use Type Guards In TypeScript

How to use type guards in TypeScript

Dev

TypeScript uses built-in JavaScript operators like `typeof`, `instanceof`, `in`, and `is`, which are used to determine if an object contains a property.

Oyinkansola Awosan
Jan 15, 2024 ⋅ 6 min read
How To Use React Context With TypeScript

How to use React Context with TypeScript

Dev

In this guide, we will learn how to use TypeScript with the React Context API by building a to-do app from scratch.

Ibrahima Ndaw
Jan 4, 2024 ⋅ 13 min read
Leveraging TypeScript Domain-Driven Design

Leveraging TypeScript for domain-driven design

Dev

We explore the main principles and guidelines of domain-driven design and see how TypeScript can assist with DDD.

Matteo Di Pirro
Jan 4, 2024 ⋅ 5 min read
How To Use Import Attributes In Typescript And Javascript

How to use import attributes in TypeScript and JavaScript

Dev

Import attributes are gaining traction in JavaScript and TypeScript. Let’s explore how they improve app efficiency, stability, and security.

Ukeje Goodness
Jan 3, 2024 ⋅ 6 min read