SvelteKit remote functions are now available under an experimental flag. Docs here: svelte.dev/docs/kit/rem...
31.07.2025 21:13 โ ๐ 72 ๐ 13 ๐ฌ 1 ๐ 2@kyrre.dev.bsky.social
Scrappy Startup Dev | ๐Berlin Coming from a background in art and music Love to create things www.kyrre.dev
SvelteKit remote functions are now available under an experimental flag. Docs here: svelte.dev/docs/kit/rem...
31.07.2025 21:13 โ ๐ 72 ๐ 13 ๐ฌ 1 ๐ 2In CSS, color names are not case sensitive, but class names are, and properties are not, yet custom properties are, but function names are not, and values sometimes are and sometimes are not... So, tell me again what is so confusing about CSS being case-insensitive?
25.07.2025 17:17 โ ๐ 13 ๐ 5 ๐ฌ 2 ๐ 0For my British friends
a simple, 14 kB JavaScript script to be included in an HTML page, allows one to write CSS files using proper spelling, such as background-colour and centre. Harsh language such as !important is replaced with the more pleasant !if-you-would-be-so-kind. hackaday.com/2025/03...
screenshot of new React Compiler docs. you can see the actual docs here: https://react.dev/learn/react-compiler
new React Compiler docs have landed! thank you everyone for the feedback.
react.dev/learn/react-...
2 year โhigher professional degreeโ in FE web development, the most useful part of it was having 2 years where I could go deep in a topic, and build things just to see how they work
21.07.2025 22:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0If youโre looking for direct component testing instead of the whole page, Vitest might be a better choice. Afaik you cannot use playwrightโs experimental component testing mode with Svelte yet.
20.07.2025 18:54 โ ๐ 2 ๐ 0 ๐ฌ 2 ๐ 0I donโt think you would need anything Svelte specific when testing with playwright. Itโs working in the browser layer and does not really care about the underlying language that drives the page.
Iโve written some blog posts about playwriting and playwright setup here: www.kyrre.dev/blog
This will be amazing when it drops, server actions is last reason Iโm using nextjs atm
04.07.2025 19:47 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0ts discriminated union handling works better at the top level than with nested structures, if you switch to `as const`
```ts
const b2 = 'kozijn' as const;
const a2: A2 = {
nested: {
b: b2,
c: null,
},
};
```
the error goes away.
Check out the SvelteKit loader pattern for an even cleaner syntax
09.06.2025 18:35 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Please tell this to my cat
24.05.2025 21:31 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0New article! "The Pragmatic Guide to Playwright Testing" is live. ๐
Learn how to:
โ
Write user-focused tests
โ
Master Page Object Models (POMs) & fixtures
โ
Make your Playwright tests less flaky!
Read it here: www.kyrre.dev/blog/the-pra...
This year's State of Devs 2025 survey is now open! survey.devographics.com/survey/state...
03.05.2025 09:22 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0In a world rightfully struggling to understand what good examples of masculinity looks like, it's a joy to read these tributes to Attenborough on his 99th.
Kindness and inspiration is the stuff great men are made of, not all that other shit.
www.theguardian.com/tv-and-radio...
We need your feedback regarding the benchmarking feature in Vitest!
github.com/vitest-dev/v...
โก Hackernews Top story: Turso SQLite Offline Sync Public Beta
31.03.2025 18:06 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0ooh missed the original thread! well, here's mine ๐
28.03.2025 15:11 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Just started it, itโs soo good
08.03.2025 17:44 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Wow, just set up auth with passkey in 10min ๐คฏ
04.03.2025 11:41 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Gotta try it out, looking for something else now that Lucia has been deprecated
04.03.2025 07:08 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0like queries = linear scan (O(n)) without indexes, especially slow with '%text'.
If your csv is small, you're fine. For larger datasets, definitely move to a proper table with indexes or use fts5
This api looks really nice! Looking forward to trying out some tanstack form magic soon!
25.02.2025 14:55 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0wheel of fortune spinning which selects the feature the user gets to keep ๐
21.02.2025 21:14 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Ms Casey from Severence
your outie always uses semantic html
18.02.2025 23:35 โ ๐ 248 ๐ 31 ๐ฌ 10 ๐ 2What are the things that frustrates you?
19.02.2025 07:05 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐คฉ Scroll-Driven Animations got switched on by default in WebKit!
github.com/WebKit/WebKi...
This means that the next Safari Technolgy Preview release should have it, and that a stable release might follow soon ๐คค
โน๏ธ Learn all about SDA over at scroll-driven-animations.style
PartyKit is so fun to work with!
07.02.2025 11:50 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Norwegian:
>Lรฆr hvordan du kan skape magiske interaksjoner og sjarmerende detaljer med CSS, JavaScript, SVG og Canvas.
>
> Jeg deler alle mine triks i denne!