veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#sveltekit

0 posts0 participants0 posts today

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.