mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#sveltekit

2 posts2 participants0 posts today

For a #WebDev side project with #SvelteKit I used #WebStorm for the past few weeks but now switched to #VSCode. I love #IntelliJ IDEs and their powerful refactoring functionality; I know many of the keyboard shortcuts and I'm very productive. However some minor but in the long run annoying issues led me to VS Code. For instance WebStorm didn't recognize a custom third-party Web component although the type definitions are in the project. It was no problem for Code.

Playing around with a #SvelteKit web project and wanted to integrate social logins via Auth.js. #Google was simple but apparently for Sign in with #Apple you require a developer account (99USD/year) and an app in the AppStore. WTF Apple, why do you make it this expensive and complicated?! I want to support Apple users but sorry, not going to do that for a hobby project that doesn't generate any income!

I really enjoy #Svelte component building. But, I do not find the #SvelteKit model for creating a web application to be nearly as refined for my needs. While the mental model clicks, the syntax and patterns required do absolutely not.

I like using a unified system for development, but ...

Anyone else using Svelte only on the client side? I still want SSR and interactive widgets on the client and SvelteKit does that well.