Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/05.actions/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ which gives you a pending state for while that server function runs and that
transition is pending.

To take it a step further, `useActionState` turns that server function into an
action which resembles the way native form actions without the URL indirection.
This approach even support progressive enhancement such that if the JavaScript
action which resembles the way native form actions work without the URL indirection.
This approach even supports progressive enhancement such that if the JavaScript
has not yet been loaded, the form will act like a normal form submission.

In practice, what this all means is you get to pass a server-only function to a
Expand Down
Loading