Skip to content

Commit 9cee474

Browse files
committed
add titles
1 parent fddeb68 commit 9cee474

File tree

1 file changed

+4
-0
lines changed
  • challenges/ecosystem

1 file changed

+4
-0
lines changed

challenges/ecosystem/03.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ export function StarshipCard(props: StarshipCardProps) {
7070
}
7171
```
7272

73+
### Destructuring pattern
74+
7375
And because you are killing it, you can use the **destructuring pattern** like this:
7476

7577
```javascript
@@ -96,6 +98,8 @@ export function StarshipCard({
9698

9799
**Hint:** Not familiar with destructuring? [have a look at the patterns page](https://davidl.fr/workshop/patterns#destructuring-props).
98100

101+
### Do you need some transation?
102+
99103
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.
100104

101105
<img src="https://media.giphy.com/media/UOpdmwKA7la0g/giphy.gif" />

0 commit comments

Comments
 (0)