Interesting post, listing advances in core JavaScript that make some frameworks and add-ons redundant.
Choosing Vanilla JavaScript in 2016
Some key points:
Choosing Vanilla JavaScript in 2016
Some key points:
- check the performance stats at VanillaJS. That's also a good guide on how to get the same thing in plain JS or different frameworks.
- try using document.querySelector and document.querySelectorAll
No comments:
Post a Comment