🐱👤 A template repo for creating After Effects expression libraries (.jsx files) using TypeScript and Rollup - motiondeveloper/expressions-library-template... (more…)
Read more »
This blog post gives the bird’s eye view of how TypeScript works: What is the structure of a typical TypeScript project? What is compiled and how? How can we use IDEs to write TypeScript? (more…)
Read more »
In this post, we are going to present a series of video tutorials that cover some very commonly used Typescript features. This video list will help you get a good overview of the language, because some of the features presented here solve several long-te... (more…)
Read more »
Lately, I've been thinking about how one can decide whether to annotate or let TypeScript infer the types of variables/expressions whenever it can. If you don't know what Type Inference is, refer to the official guide. If you're using Flow, this article w... (more…)
Read more »