Today we’re excited to announce our support and collaboration on a new Stage 0 proposal to bring optional and erasable type syntax to JavaScript. Because this new syntax wouldn’t change how surrounding code runs, it would effectively act as comments. We t... (more…)
Read more »
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based, round avatars from any username and color palette. - boringdesigners/boring-avatars... (more…)
Read more »
A complete overview of the JavaScript landscape in 2019: trends about front-end and node.js frameworks, tooling, IDE, Static site generators... (more…)
Read more »
One of my favorite new features of JavaScript and TypeScript is explicit resource management. It brings new syntax, using foobar = ..., that enables RAII, reducing boilerplate when managing the lifecycle of various resources. (more…)
Read more »