We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2035d70 commit 27c9448Copy full SHA for 27c9448
1 file changed
exercises/05.typescript/README.mdx
@@ -35,8 +35,8 @@ folks using TypeScript with React is:
35
[React+TypeScript Cheatsheets](https://github.com/typescript-cheatsheets/react)
36
repo open as a reference while you're getting used to using TypeScript and
37
React. Another terrific resource is
38
-[Total TypeScript](https://www.totaltypescript.com/) which has a lot of great
39
-free resources which go much deeper than we do in this exercise.
+[Practical TypeScript](https://www.epicweb.dev/practical-typescript) which has
+five workshops (the first two are free) that go much deeper than we do in this exercise.
40
41
With that said, here's a quick intro to adding type annotations to functions:
42
0 commit comments