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 acd7732 commit fcc3651
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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:

Expand Down

0 comments on commit fcc3651

Please sign in to comment.