Explore >> Select a destination


You are here

ostwilkens.se
| | jcbhmr.com
1.9 parsecs away

Travel
| |
| | www.rasulkireev.com
2.5 parsecs away

Travel
| | SEO Metatags I use in my articles... Done for my personal future references, since there are no such posts available online that are not overSEOed.
| | repth.neocities.org
2.5 parsecs away

Travel
| |
| | khromov.se
21.0 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...