Writing about SvelteKit
- Published on
Simplify data fetching in SvelteKit with page endpoints
Page endpoints are a new way to simplify fetching data from endpoints in SvelteKit. They reduce the amount of code needed to fetch data, and prevent to forget handling HTTP errors.
- Published on
Generate RSS Feed with SvelteKit
RSS Feeds let readers know about new content on your website. SvelteKit provides endpoints that can be used to generate RSS feeds.