Skip to content

Commit 4cb2d67

Browse files
committed
📝 解説追加
1 parent 250e4b9 commit 4cb2d67

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,27 @@
77
<div><img src="https://user-images.githubusercontent.com/16768208/71545449-73bd2980-29ce-11ea-8499-ec2a77c64851.jpg" width=300></div>
88

99
## packages/components
10-
`Presentational component` 置き場
1110

12-
TODO
13-
後々は コンポーネントカタログ入れてもいいね
11+
`Presentational component` 置き場
12+
TODO 後々は コンポーネントカタログ入れてもいいね
1413

1514
## packages/containers
1615

1716
`Container component` 置き場
1817

1918
[👀よりくわしく](https://github.com/try-react/rr/tree/master/packages/containers/src/store)
19+
20+
21+
---
22+
23+
## todo や isssue 管理
24+
https://github.com/JasonEtco/todo
25+
```ts
26+
/**
27+
* TODO Take over the world
28+
* BODY Humans are weak; Robots are strong. We must cleanse the world of the virus that is humanity.
29+
*/
30+
function ruleOverPunyHumans (p: string) {
31+
// We must strategize beep boop
32+
}
33+
```

0 commit comments

Comments
 (0)