Skip to content

Commit

Permalink
fix(article): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbitter@anwb.nl committed Mar 8, 2024
1 parent fcc3651 commit be5db1b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ export async function handleSubmit(formData) {
}
```

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
Then, we use that as the callback for the action attribute on the form.

```jsx
// page.js
Expand Down

0 comments on commit be5db1b

Please sign in to comment.