Presentational component 置き場
TODO 後々は コンポーネントカタログ入れてもいいね
Container component 置き場
共通処理などの 置き場
https://github.com/JasonEtco/todo
/**
* TODO Take over the world
* BODY Humans are weak; Robots are strong. We must cleanse the world of the virus that is humanity.
*/
function ruleOverPunyHumans(p: string) {
// We must strategize beep boop
}まぁまぁ書いてる
try-react/jest.config.js
↓
try-react/packages/XXX/jest.config.js
try-react/packages/XXX/jest.config.js が読まれる事が大事
try-react/jest.config.js
try-react/packages/XXX/jest.config.js が読まれない事がつらい
TODO ディレクトリ構成変更 https://weblike-curtaincall.ssl-lolipop.jp/blog/?p=2056
