DEV Community

Discussion on: Is it worth to use JQuery for beginner Javascript developers?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

No, I think you should start with Min-compat, Max-concept, Max-something-new; so probably

  • JS modules <script type="module">

Later on, if you need it, learn Bundler, to maximize compatibility. -- which is jQuery killer, anyway.

Use jQuery only if you need jQuery plugins.