delba

@delba.bsky.social

DX @vercel

Seeking a new role👍 If you hear of any opportunities/wanna catch up, DM/comment. 💼Looking for FE Dev(mid-level), Full Stack Dev (mid-level), DevRel(senior-level), & Docs Engineer(mid-senior) roles 🌎 Open to roles in remote & hybrid(🇩🇪) 🏆Experience: FE & Full Stack Dev(4 years) & DevRel(3.5 years)

Having poor performance with Partial Prerendering with @nextjs.org? Check your code if you're using revalidatePath. This is actually revalidating the entire static shell each time, making things really slow! Instead rely on router.refresh() to update your server component data.

If you use auth with refresh tokens that have automatic reuse detection. I.e. if an auth token is expired, you can request a new one using the refresh token only once. How do YOU on your site deal with the race condition where opening multiple tabs/requests at once logs the user out? Not at all?