/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

haseebmajid.dev
| | chrisjayden.com
3.2 parsecs away

Travel
| | tRPC is a great tool for managing server-side procedures. However, it can be a bit tedious to import it in every `+page.server` file. In this article, I will show you how to optimize your code imports and avoid unexpected errors.
| | khromov.se
1.8 parsecs away

Travel
| | In this blog post we'll go over a lesser documented but powerful part of SvelteKit - event.locals. Locals are a way to register trusted, server-side, per-request state. The most common use case for locals is to associate some type of data with the current request. Example use cases for locals are: Since locals are per-request, they don't leak between requests, and disappear immediately when the request has been delivered to the user. Locals are common in other frameworks - you might already be familiar w...
| | humanwhocodes.com
2.5 parsecs away

Travel
| | While it's easy to set up Supabase OAuth logins in the cloud product, setting it up for a local development environment is a bit tricky.
| | operand.ca
21.2 parsecs away

Travel
| [AI summary] The author shares their experience fixing their blog's responsive design by implementing CSS media queries and viewport meta tags to ensure proper display on mobile devices.