Skip to content

Commit fddeb68

Browse files
committed
add ts-error-translator closes #160
1 parent 6538e83 commit fddeb68

File tree

1 file changed

+6
-3
lines changed
  • challenges/ecosystem

1 file changed

+6
-3
lines changed

challenges/ecosystem/03.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# TypeScript with the React Native Ecosystem
22

3-
| <img src="https://user-images.githubusercontent.com/81434852/149155512-f5ee605c-509c-4f46-8fcc-231840bd5013.png" width="100px" height="100px" alt="Typescript Logo" /> | <img src="https://user-images.githubusercontent.com/81434852/149156943-1d1b1749-61e6-45ad-ad16-6bac2a6964cb.png" width="100px" height="100px" alt="Babel Logo" /> |
4-
|-----------|----------|
3+
<img src="https://user-images.githubusercontent.com/81434852/149155512-f5ee605c-509c-4f46-8fcc-231840bd5013.png" width="100px" height="100px" alt="Typescript Logo" />
54

65
## 📡 What you will learn
76

@@ -99,12 +98,16 @@ export function StarshipCard({
9998

10099
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.
101100

101+
<img src="https://media.giphy.com/media/UOpdmwKA7la0g/giphy.gif" />
102+
103+
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+
102105
## 👨‍🚀 Exercise 3
103106

104107
- [ ] Use the shortcut `tsrnfe` to create/update your components and move them to `./src/components/`
105108
- [ ] Add `interface` declarations for your components
106109

107-
## 👽 Bonus
110+
## 👽 Bonus - @deprecated should use TypeScript only
108111

109112
Because `../../../freakingSucks/`
110113

0 commit comments

Comments
 (0)