Glossary

load function

Web
also: load

A SvelteKit function that runs before a page renders and fetches whatever data that page needs. Whatever it returns shows up as data inside your page component, ready to display.