Hacker News new | ask | show | jobs
by muxator 3106 days ago
Could someone please tell me how modern DOM manipulation looks like these days?

I understand jQuery is old, but do not have fresh information on what's used nowadays.

1 comments

With native APIs, jQuery was only useful for providing an abstraction layer over browsers' differing implementations, but they are mostly standardised now.