If you’re sending or receiving data in TypeScript, chances are high that you are using JSON. There’s a better way. (more…)
Read more »
Even [before](https://github.com/keajs/kea/issues/65) Kea [reached 1.0](https://www.reddit.com/r/reactjs/comments/d386wp/kea_10_released_data_layer_for_react_powered_by/)... (more…)
Read more »
The TypeScript team announced the release of TypeScript 4.0, which includes long-awaited variadic tuple type support and other improvements without introducing any major breaking changes. (more…)
Read more »
TypeScript currently solves a lot of issues with working with JavaScript today. From type checking itself, transpiling, to AST and language services for compilers, linters, and editors. The gradual... (more…)
Read more »
TypeScript introduces interfaces – a concept very familiar to developers with experience from languages like C# and Java.
Read more »