Nick Trombley

Results 4 issues of Nick Trombley

Let's say I have a `_layout.svelte` like the following: ```html Some other intermediate stuff. ``` And now I have a child view (let's call it `homepage.svelte` which inherits that layout,...

feature request
svelte

Major changes to experiment with new web technologies, including CSS scoping rules, a new theming system, and Svelte 5.

So if I have a netlify lambda function at `/.netlify/functions/` and I want to use it as an API endpoint in my application (for example, to generate a list of...