jquery convert to vanilla js (pure javascript code)
jquery to vanilla js
http://codeblog.cz/vanilla/
Converting jQuery to JavaScript
https://github.com/jackocnr/intl-tel-input/wiki/Converting-jQuery-to-JavaScript - 4.5k
Cheat sheet for moving from jQuery to vanilla JavaScript
https://tobiasahlin.com/blog/move-from-jquery-to-vanilla-javascript/
You might not need jQuery
http://youmightnotneedjquery.com/
Migrating from jQuery to vanilla JS
https://aristath.github.io/blog/diy-vanilla-jquery-alternative
Code From jQuery to JavaScript: A Reference
https://code.tutsplus.com/tutorials/from-jquery-to-javascript-a-reference--net-23703
(Now More Than Ever) You Might Not Need jQuery
https://css-tricks.com/now-ever-might-not-need-jquery/
//---------------------------------------------
Lodash 와 Underscore 를 바닐라 js로 변경
https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore
'Code > JavaScript' 카테고리의 다른 글
[Javascript] 비동기 함수, Promise, then, async, await 예제 (0) | 2020.02.12 |
---|---|
[Javascript] 자바스크립트 메모리 관리 (0) | 2020.01.27 |
[Javascript] 수학함수(Math), 값의 범위 (0) | 2019.10.26 |
[Javascript] for in, for of 차이 (0) | 2019.10.22 |
[Javascript] gulp 사용법 - js 파일 줄이기 (0) | 2019.10.06 |