Guides
Guides on this pages serve two purposes: Being a thorough notebook to learn new technologies, as well as a reference text if you want to look something up.
No fluff. No questions. Just code and short, on-point explanations of what's happening.
TypeScript + React
The most popular JavaScript type-checker and one of the most popular JavaScript libraries go really well together. This guides gives you a thorough overview on all available typings and how to solve most common React design patterns with TypeScript, including hooks, render props, prop types, styling, and more.
👉 Check it out
Advanced TypeScript
A collection of blog articles that deal with advanced TypeScript typings. Find out more about type predicates, assertion signatures, namespaces, augmenting, declaration merging, substitutability, const context, module declarations, and more!
👉 Check it out