Adam Rackis

@adamrackis.bsky.social

Senior Web Engineer at Spotify. Prev, Riot. Next, React, Svelte, C++ when I'm feeling nasty. Beer, whiskey, coffee snob. Book lover. Jr Developer for life.

Is this still where the cool Svelte kids hang out? I tried Svelte Remote Functions with Cloudflare workers about a week and a half ago - they failed pretty abruptly and consistently. Is this a known issue?

Who wants more TanStack content? TanStack Start is a dream for richly interactive web apps. But it also has solid primitives for static generation Part 1 is linked below Part 2 (being edited) will cover some of the unique pre-rendering primitives Start offers frontendmasters.com/blog/buildin...

Building a Blog in TanStack (Part 1 of 2)

A site building framework like TanStack Start can be used to make a server-side rendered blog, no problemo.

frontendmasters.com

I know this is old news but it's still incredibly cool to me how well AI can help spot errors in my code. Without it I'd have been stuck until morning, when I could ping an actual Java dev. Now I'll have a PR done and waiting 😬

Bild

I've been using @tanstack.com Start for a new project and it's super good. The server functions completely replace the need for TRPC/GraphQL/REST, the middleware is composable and fully typed, and having TSRouter's nice typing and stateful search params is icing on the cake. A+!