0
Thoughts on Svelte(Kit), one year and 3 billion requests later
(claudioholanda.ch)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
Great article, I’m currently rebuilding a legacy website with SvelteKit myself and alread had issues with the lack of third party components. Luckily it really is not to hard to write your own components around third party plain html/js implementations.
The $: was quite confusing at the start. But overal working with SvelteKit makes me feel way more productive compared to developing for my previous projects in Angular.