You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,12 +98,16 @@ export function StarshipCard({
99
98
100
99
I was like you —when I started using `TypeScript`— feeling lost. You can bookmark the [Typescript cheatsheet](https://github.com/typescript-cheatsheets/react), it will may help you to answer all your questions.
Reading TypeScript error can be confusing, if you need help you can copy/paste your error in [`ts-error-translator`](https://ts-error-translator.vercel.app/)
104
+
102
105
## 👨🚀 Exercise 3
103
106
104
107
-[ ] Use the shortcut `tsrnfe` to create/update your components and move them to `./src/components/`
105
108
-[ ] Add `interface` declarations for your components
106
109
107
-
## 👽 Bonus
110
+
## 👽 Bonus - @deprecated should use TypeScript only
0 commit comments