How to build lazy loaded custom elements with Svelte

If you want to distribute a small and performant component, Svelte is just great. It is simple, clean and the generated bundle is extremely small, because Svelte is a compiler, it turns your code into a standalone JavaScript code (there is no framework library to load to have your app running). Moreover it is extremyly […]

How to build lazy loaded custom elements with Svelte Read More »