Disclaimer: this article assumes intermediate knowledge of both TypeScript and React. Concepts you should be familiar with include Higher Order Components and utility TypeScript types such as Pick<T, K> and Omit<T, K>. A few we... (more…)
Read more »
If you’re like me then you’ll like TypeScript and you’ll like module bundling with webpack. You may also like speedy builds. That’s… (more…)
Read more »
This is were the fun starts! Setting up a mono repo from scratch. We will be using TypeScript, Yarn workspaces, Lerna, and Jest. The release of the packages will be done with Github Actions. In this… (more…)
Read more »
simple-custom-element - Simple Custom Element using Custom Elements v1, TypeScript 2.x and WebPack 2.x... (more…)
Read more »
Our new SPA framework with TypeScript, GraphQL, and ReactJS. It's a starter kit for building single-page web apps backed by an API. (more…)
Read more »