Introduction
These handlers let your Svelte app talk to servers to get, send, update, or delete data.
When you want to fetch data from a server to show on your page.
When a user submits a form and you want to save that data.
When you need to update existing information on the server.
When you want to remove data from the server.