jQueryに頼らないために、頼るもののメモ。
(IE11対応のためのポリフィル等も含む)
随時更新。
DOM操作
Vanilla JS
カルーセル
Swiper
http://idangero.us/swiper/
スムーススクロール
Smooth Scroll
https://github.com/cferdinandi/smooth-scroll
ajax
axios
https://github.com/axios/axios
ES2018 Polyfill
@babel/polyfill
https://babeljs.io/docs/en/babel-polyfill
Promiseのみのポリフィル
Promise Polyfill
https://github.com/taylorhakes/promise-polyfill
画像遅延読み込み
lazysizes
https://github.com/aFarkas/lazysizes
SVGスプライト
svgxuse
https://github.com/Keyamoon/svgxuse
URLクエリパラメーター操作
URLSearchParams
https://github.com/jerrybendy/url-search-params-polyfill