FiNGAHOLiC/frontend-boilerplate

調整点

Opened this issue · 0 comments

  1. classnamesの運用(不要なところでは使用しない、cxに変数名を変更)
  2. bodyなどコンポーネントに関係ないCSS設定はどこで指定する?
  3. CSS Modulesのルールを決める
  4. scssを導入?(editorの設定で拡張子がscssでないと自動でネストされない)
  5. editorconfigを導入(cssのインデント設定も管理したくなったので)
  6. localIdentNameを変更 (今のところ[folder]--[local]--[hash:base64:5]にする)
  7. サイト共通のCSS variableの設定ファイルを用意したい、どこに格納する?
    https://github.com/webpack/loader-utils#interpolatename
  8. meta viewportを指定
  9. https://github.com/kadirahq/react-storybookの導入も検討する
  10. react css modulesを導入
  11. npm run scriptに補完を効かせたいので下記をREADME.mdに記載しておく
    https://github.com/npm/npm/blob/master/lib/utils/completion.sh
  12. precss廃止、個別にpost-*をインストール
  13. css-loaderのimportLoadersはintにする
  14. atomic design導入
  15. https://github.com/css-modules/postcss-modules-values の導入
  16. postcss-forの導入
  17. postcss-extendの導入
  18. url-loaderの導入
  19. file-loaderの導入
  20. publicPathの修正
  21. spread operatorを有効にする
    eslint/eslint#2532
  22. reduxやめてflumptを導入?