0
I Use This!
Inactive

News

Analyzed about 15 hours ago. based on code collected 1 day ago.
Posted over 4 years ago by Max Rohde
Provides a ready-to-use project that combines Next.js + Bootstrap. Regularily and automatically updated.
Posted over 4 years ago by Max Rohde
Posted over 4 years ago by Max Rohde
Posted over 4 years ago by Max Rohde
Posted almost 5 years ago by Max Rohde
I’ve written a couple of posts about how to set up JavaScript and TypeScript Monorepos over the past three years (#1, #2, #3, #4, #5, #6, #7), and I kind of thought I had it all figured out – but I didn’t. It turned out that for various reasons it is fiendlishly difficult to develop … Continue reading The Ultimate Guide to TypeScript Monorepos →
Posted almost 5 years ago by Max Rohde
This post introduces a tool to keep your Yarn workspace and TypeScript project references in sync automatically.
Posted almost 5 years ago by Max Rohde
Posted almost 5 years ago by Max Rohde
Project references in TypeScript are an amazing feature for building complex TypeScript projects. They enable dividing a large project into smaller, indepedent modules and thereby improving code organisation as well as compile times; since it is ... [More] easier for TypeScript to identify which parts of the project need to be recompiled when there are changes. Yarn … Continue reading TypeScript Monorepo with Yarn and Project References → [Less]
Posted almost 5 years ago by Max Rohde
Please find an updated and extended version of this post here: The Ultimate Guide to TypeScript Monorepos. Project references in TypeScript are an amazing feature for building complex TypeScript projects. They enable dividing a large project into ... [More] smaller, indepedent modules and thereby improving code organisation as well as compile times; since it is easier for TypeScript … Continue reading TypeScript Monorepo with Yarn and Project References → [Less]
Posted about 5 years ago by Max Rohde