DEV Community

Cover image for Typescript & React.js: how-to lists
Ivan Grekov
Ivan Grekov

Posted on

Typescript & React.js: how-to lists

While I was working on my recently published article about how to move large-scale React UI-components codebase to TypeScript I gathered a plethora of useful information about technical aspects of writing React UI-components and TypeScript. I grouped these resources together in separate lists.

Articles on choosing between JavaScript/TypeScript for codebase:

Articles on setting TypeScript for codebase:

Articles on moving existing react codebase to TypeScript:

Articles on writing new react codebase in TypeScript:

Articles for deeper dive in TypeScript:

Top comments (0)