pixelmund / svemix

The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.
https://svemix.com
MIT License
337 stars 16 forks source link

Endpoint Layouts #40

Open pixelmund opened 2 years ago

pixelmund commented 2 years ago

There is an proposal for shared shadow endpoints which svemix can make use of via layouts, these layouts would generate a middleware.js or whatever it's called.

https://github.com/sveltejs/kit/issues/3735

This might also open up the shadow endpoints for stuff which can get passed down from middlewares to shadow endpoints.

Once something goes into kit this would be a great addition to svemix