From fcc3651311f103476b11e84d7bfca5528e22cd7d Mon Sep 17 00:00:00 2001 From: "dbitter@anwb.nl" Date: Fri, 8 Mar 2024 12:54:47 +0100 Subject: [PATCH] fix(article): fix typo --- ...-enhance-handling-your-forms-with-react-js-server-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/blog/progressively-enhance-handling-your-forms-with-react-js-server-actions.md b/data/blog/progressively-enhance-handling-your-forms-with-react-js-server-actions.md index 5c74270..42a60b7 100644 --- a/data/blog/progressively-enhance-handling-your-forms-with-react-js-server-actions.md +++ b/data/blog/progressively-enhance-handling-your-forms-with-react-js-server-actions.md @@ -37,7 +37,7 @@ In my opinion, [Remix action functions](https://www.davebitter.com/articles/remi ## React.js Server Actions -The React.js team has been working hard on server-side React.js for the past years. Next to being able to render your components server-side using [React.js Server Components](https://www.patterns.dev/react/react-js-server-components/), we are finally getting a way in React.js to handle forms on the server properly! +The React.js team has been working hard on server-side React.js for the past years. Next to being able to render your components server-side using [React.js Server Components](https://www.patterns.dev/react/react-server-components/), we are finally getting a way in React.js to handle forms on the server properly! Imagine this form in your React.js web application: