Skip to content

Commit be5db1b

Browse files
author
dbitter@anwb.nl
committed
fix(article): fix typo
1 parent fcc3651 commit be5db1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/blog/progressively-enhance-handling-your-forms-with-react-js-server-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function handleSubmit(formData) {
8989
}
9090
```
9191

92-
Oh no! Our page is now fully reliant on client-side JavaScript. This is how quickly these things sneak in. So what if we can pass a server-side React.js function to the form to handle the actual form POST request? First, we crea
92+
Then, we use that as the callback for the action attribute on the form.
9393

9494
```jsx
9595
// page.js

0 commit comments

Comments
 (0)