Last updated:
Single page application using Web Components and built with vite
How to build a single page application using Web Components with vite.
Read post
How to build a single page application using Web Components with vite.
Tutorial for a Custom Element development setup in which you can use TypeScript and SASS with template and styling split into their own files.
Using JavaScript private class fields instead of TypeScript’s private keyword can reduce your bundle size. This post explores pros, cons, and alternatives.
Styling of web components only applies after the JS is parsed. This post showcases ways to prevent an initial flash of unstyled content.