Svelte mastery (@mastersvelte) 's Twitter Profile
Svelte mastery

@mastersvelte

I will help you become a Svelte MASTER!

Lots of Sveltey videos here:
m.youtube.com/channel/UCg6SQ…

ID: 1143965473593339905

calendar_today26-06-2019 19:33:17

204 Tweet

1,1K Takipçi

251 Takip Edilen

Svelte mastery (@mastersvelte) 's Twitter Profile Photo

What are some #svelte standards you’d like to see? For example, always put JavaScript at the top, HTML in the middle and CSS at the bottom

Svelte mastery (@mastersvelte) 's Twitter Profile Photo

#svelte standards Question 2 How do you organize your attributes / svelte directives in an HTML element? This is my first instinct (svelte -> class/style -> other) but there must be better ways..

#svelte standards Question 2
How do you organize your attributes / svelte directives in an HTML element?

This is my first instinct (svelte -> class/style -> other) but there must be better ways..
Svelte mastery (@mastersvelte) 's Twitter Profile Photo

Happy New Years everyone ~ My life update is that I quit Apple and joined Koala!🐨(teachwithkoala.com, Koala (YC W22)) Will be using Svelte and Supabase 🥳 pin.it/YCmqwSG

Svelte mastery (@mastersvelte) 's Twitter Profile Photo

Standard for Svelte Code proposal.. Write your reactive statements ( $: ) at the bottom of your <script></script> section since they are the last things to run anyway (even when they're at the top). Svelte #svelte

Svelte mastery (@mastersvelte) 's Twitter Profile Photo

Is there a way to tell if my web page is coming from a magic link redirect? Since it takes a moment for Supabase to set the user session in localStorage, there's no way to tell on page load if there's a user or not.

Svelte mastery (@mastersvelte) 's Twitter Profile Photo

How do you show errors to your users? Modal? Toast? alert()? Directly on the page where the error happened? Others..? #frontend #web #dev #ui #whichhashtagsshouldiuse

Svelte mastery (@mastersvelte) 's Twitter Profile Photo

Who throws all their stores into a single stores.ts file? I'm thinking this is the way to go for stores that are used across multiple components.

Svelte mastery (@mastersvelte) 's Twitter Profile Photo

Anyone using Vite ⚡ with Vercel dev? If I just use `npx vite` it's really fast. But when I use `vercel dev` with `"dev": "vite --port $PORT" `in my package.json it's really slow cause it reloads all my files on the network tab every time. Any ideas..? 🙏

Svelte mastery (@mastersvelte) 's Twitter Profile Photo

Note if you were using uppercase headers in your vercel function. An update seems to have made them all lowercase! Was that on purpose Vercel ?