I'm using jQuery for some pretty basic stuff (the mobile menu, and the overlays) that I can handle via native JS, improving performance.
The overlays can also use the new HTML <dialog> element (see MDN - dialog) to keep it accessible with less code 🎉