Tag: typescript

rust to typescript

Switching from Rust to TypeScript (and vice versa)

Dev

Avoid stress and complication when switching your application from one programming language to another by understanding dependencies, data types, and conditional statements in each.

Ukpai Ugochi
Feb 22, 2021 ⋅ 9 min read

Organize code in TypeScript using modules

Dev

Using TypeScript modules helps structure your applications, increasing code reusability and testability, and improving the overall organization of your builds.

Emmanuel John
Jan 13, 2021 ⋅ 4 min read
swc bundler

Speed up JavaScript builds with spack bundler in Rust

Dev

spack is a JavaScript bundler written in Rust that supports transpiling through swc-project. Learn how to use spack to speed up JS builds.

Anshul Goyal
Jan 5, 2021 ⋅ 3 min read
typescript 4.1

TypeScript 4.1: New features and improvements

Dev

TypeScript 4.1 became the latest stable release of the language in late November. Explore the latest features and updates, including template literal types, here.

Ayooluwa Isaiah
Dec 30, 2020 ⋅ 6 min read
Put the TypeScript enums and booleans away

Put the TypeScript enums and Booleans away

Dev

While enums and Booleans may be familiar, you might want to think about using some other TypeScript constructs.

Paul Cowan
Dec 14, 2020 ⋅ 3 min read
TypeScript and Python logos.

Why is TypeScript surpassing Python?

Dev

TypeScript is slowly becoming more popular than Python. Find out why in this post exploring the areas where TypeScript outperforms Python.

Chinwike Maduabuchi
Dec 3, 2020 ⋅ 4 min read
React Typescript Guide

Your reference guide to using TypeScript in React

Dev

Here’s a quick reference guide where you can learn about best practices and generic TypeScript types in React.

Chidume Nnamdi
Nov 17, 2020 ⋅ 6 min read
TypeScript logo against a black and white background.

A simple guide for migrating from JavaScript to TypeScript

Dev

Learn how to quickly and easily migrate a React component from JavaScript to TypeScript with this simple guide.

Stephen Hartfield
Oct 21, 2020 ⋅ 9 min read
Repeat yourself a little less: strategies for mitigating prop drilling with React and TypeScript

Strategies for mitigating prop drilling with React and TypeScript

Dev

Prop drilling is one of the most common gripes with React. You add a prop or event in a component way down the hierarchy and you’re forced to add it to every parent component as well.

Dan Vanderkam
Sep 23, 2020 ⋅ 12 min read
MiniQL: Building a Query Language in TypeScript

MiniQL: Building a query language in TypeScript

Dev

Is it ever OK to reinvent the wheel? We consider MiniQL, a tiny, GraphQL-inspired query language, in pursuit of the answer.

Ashley Davis
Sep 16, 2020 ⋅ 13 min read
Intro to Destiny: Prettier For Creating Scalable JavaScript/TypeScript File Structures

Create scalable JavaScript and TypeScript file structures with Destiny

Dev

Destiny is an open-source project that scans folders for file dependencies and places the files in a fractal structure, where they are “destined” to be.

Michiel Mulders
Sep 14, 2020 ⋅ 4 min read
What’s new in TypeScript 4.0

What’s new in TypeScript 4.0

Dev

Without a doubt, these features will improve both the developer experience and the efficiency of using TypeScript.

Lawrence Eagles
Aug 24, 2020 ⋅ 4 min read