We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250e4b9 commit 4cb2d67Copy full SHA for 4cb2d67
1 file changed
README.md
@@ -7,13 +7,27 @@
7
<div><img src="https://user-images.githubusercontent.com/16768208/71545449-73bd2980-29ce-11ea-8499-ec2a77c64851.jpg" width=300></div>
8
9
## packages/components
10
-`Presentational component` 置き場
11
12
-TODO
13
-後々は コンポーネントカタログ入れてもいいね
+`Presentational component` 置き場
+TODO 後々は コンポーネントカタログ入れてもいいね
14
15
## packages/containers
16
17
`Container component` 置き場
18
19
[👀よりくわしく](https://github.com/try-react/rr/tree/master/packages/containers/src/store)
+
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