diff --git a/README.md b/README.md index 758de99b..f47fb612 100644 --- a/README.md +++ b/README.md @@ -2885,6 +2885,7 @@ If you're looking for information on Prettier, check out the [Prettier](https:// - [Gustav Wengel's blogpost - converting a React codebase to TypeScript](http://www.gustavwengel.dk/converting-typescript-to-javascript-part-1) - [Microsoft React TypeScript conversion guide](https://github.com/Microsoft/TypeScript-React-Conversion-Guide#typescript-react-conversion-guide) - [Matt Pocock's Beginner's Typescript Tutorial](https://github.com/total-typescript/beginners-typescript-tutorial) +- [Matt Pocock's React with TypeScript Tutorial](https://www.totaltypescript.com/tutorials/react-with-typescript) - [You?](https://github.com/typescript-cheatsheets/react/issues/new). diff --git a/docs/basic/recommended/resources.md b/docs/basic/recommended/resources.md index a88e1224..83f3d323 100644 --- a/docs/basic/recommended/resources.md +++ b/docs/basic/recommended/resources.md @@ -32,4 +32,5 @@ sidebar_label: Other resources - [Gustav Wengel's blogpost - converting a React codebase to TypeScript](http://www.gustavwengel.dk/converting-typescript-to-javascript-part-1) - [Microsoft React TypeScript conversion guide](https://github.com/Microsoft/TypeScript-React-Conversion-Guide#typescript-react-conversion-guide) - [Matt Pocock's Beginner's Typescript Tutorial](https://github.com/total-typescript/beginners-typescript-tutorial) +- [Matt Pocock's React with TypeScript Tutorial](https://www.totaltypescript.com/tutorials/react-with-typescript) - [You?](https://github.com/typescript-cheatsheets/react/issues/new).