svelte
is one of the newer JavaScript-Frameworks out there. Although I do not tend to jump on the hype train, the “compile time” approach svelte
uses is really promising referring to performance and size. Here is how to start a project with TypeScript, Ro... (more…)
Read more »
Using mapped types, making factories for test data is a cinch. And I can use mapped types to provide guarantees you simply can't get in a dynamic language. (more…)
Read more »
I am a Java convert, in the Javascript world, and ever since I have seen Typescript, I have been in love with it. It brings all the safety… (more…)
Read more »
Bug Report This bug report will show that TypeScript is no longer an ECMAScript subset as of ES2015 due to its refusal to support import specifier rewrites for contrived and misplaced reasons. Pref... (more…)
Read more »
A monorepo is a single repository that is used to manage multiple projects. In this blog post, we’ll explore how to set up a simple monorepo for two npm packages. All we need is already built into npm and TypeScript. (more…)
Read more »