We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1df0d commit 204c775Copy full SHA for 204c775
exercises/05.actions/README.mdx
@@ -32,8 +32,8 @@ which gives you a pending state for while that server function runs and that
32
transition is pending.
33
34
To take it a step further, `useActionState` turns that server function into an
35
-action which resembles the way native form actions without the URL indirection.
36
-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
37
has not yet been loaded, the form will act like a normal form submission.
38
39
In practice, what this all means is you get to pass a server-only function to a
0 commit comments