DEV Community

Mariusz
Mariusz

Posted on • Updated on

React tldr; 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 order components 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.

Source: https://github.com/typescript-cheatsheets/react-typescript-cheatsheet?utm_source=reactdigest&utm_medium=web&utm_campaign=featured

Top comments (0)