Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit787c1a2

Browse files
authored
docs: make loading data link consistent with the chapter title (#438)
1 parentee29e32 commit787c1a2

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-sveltekit/06-forms/01-the-form-element

1 file changed

+1
-1
lines changed

‎content/tutorial/03-sveltekit/06-forms/01-the-form-element/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title:The <form> element
33
---
44

5-
In the[chapter on loading](page-data), we saw how to get data from the server to the browser. Sometimes you need to send data in the opposite direction, and that's where`<form>` — the web platform's way of submitting data — comes in.
5+
In the chapter on[loading data](page-data), we saw how to get data from the server to the browser. Sometimes you need to send data in the opposite direction, and that's where`<form>` — the web platform's way of submitting data — comes in.
66

77
Let's build a todo app. We've already got an in-memory database set up in`src/lib/server/database.js`, and our`load` function in`src/routes/+page.server.js` uses the[`cookies`](https://kit.svelte.dev/docs/load#cookies) API so that we can have a per-user todo list, but we need to add a`<form>` to create new todos:
88

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp