React TL;DR – a human filter for most useful tech content.

All posts

react-typescript-cheatsheet

All React + TypeScript Cheatsheets:

  • The Basic Cheatsheet (/README.md) is focused on helping React devs just start using TS in React apps
  • The Advanced Cheatsheet (/ADVANCED.md) helps show and explain advanced usage of generic types for people writing reusable type utilities/functions/render prop/higher ordercomponents and TS+React libraries.
  • The Migrating Cheatsheet (/MIGRATING.md) helps collate advice for incrementally migrating large codebases from JS or Flow, from people who have done it.
  • The HOC Cheatsheet (/HOC.md) specifically teaches people to write HOCs with examples.