Skip to content

Instantly share code, notes, and snippets.

@okbm
Created June 5, 2021 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okbm/6ee44d795a2822155c8c11afe5cc13a8 to your computer and use it in GitHub Desktop.
Save okbm/6ee44d795a2822155c8c11afe5cc13a8 to your computer and use it in GitHub Desktop.
js

自分用にまとめただけのメモ 適宜追記していく

  • Babel
    • 古いブラウザでも動くようにコンパイルしてくれるツール
  • eslint
    • リンター
  • Vue.js
  • NuxtJS
    • vuejsベースのフレームワーク
  • Vuex
    • Vue.js アプリケーションのための 状態管理パターン + ライブラリ
  • Vue Router
    • Vue.js公式ルータ
  • NextJS
    • Reactベースのフレームワーク
  • React
  • Redux
    • 状態管理フレームワーク
  • Recoil
    • 状態管理フレームワーク(react専用)
  • vercel
    • 静的サイトのホスティングプラットフォーム。githubと連携してポチポチするだけでお手軽デプロイ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment