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:
- Choosing Between TypeScript vs JavaScript: Technology, Popularity
- How TypeScript is making programming better
- The TypeScript Tax
Articles on setting TypeScript for codebase:
- How does TypeScript work? The bird’s eye view
- Creating web apps via TypeScript and webpack
- Set Up a Typescript React Redux Project
- React TypeScript: Basics and Best Practices
- Setting TypeScript For Modern React Projects Using Webpack
- Setting up efficient workflows with ESLint, Prettier and TypeScript
- The Practical Guide to Start React Testing Library with TypeScript
Articles on moving existing react codebase to TypeScript:
- How to Add TypeScript to a JavaScript Project
- How to move your project to TypeScript - at your own pace
- How to Easily Migrate From JavaScript to TypeScript
- Gradually using TypeScript in Your React Project
- Porting to TypeScript Solved Our API Woes
- How to Migrate a React App to TypeScript
- Convert Your Javascript React App to TypeScript, the Easy Guide
- TypeScript and React
- Using TypeScript with React
- The Great CoffeeScript to Typescript Migration of 2017
- How to move large-scale React UI-components codebase to TypeScript
Articles on writing new react codebase in TypeScript:
- Build a Tic Tac Toe App with TypeScript, React and Mocha
- A Practical Guide to TypeScript - How to Build a Pokedex App Using HTML, CSS, and TypeScript
- Create a React component library with TypeScript and Storybook
- How To Build a Customer List Management App with React and TypeScript
- Using TypeScript in Grommet Applications
Articles for deeper dive in TypeScript:
Top comments (0)