Modern browsers now ship with powerful native APIs that cover use cases we used to depend on libraries for.
Here are 7 built-in web APIs you should absolutely be using this year:
Effortlessly animate between pages or UI states with smooth transitions. Use it to create page transitions in SPAs without a heavy animation library.
Ditch the old document.execCommand() hack. Use navigator.clipboard instead. You can also read text, images, and more from the clipboard. Permissions are built-in and scoped.