Skip to content

Commit fcc3651

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

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
@@ -37,7 +37,7 @@ In my opinion, [Remix action functions](https://www.davebitter.com/articles/remi
3737

3838
## React.js Server Actions
3939

40-
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!
40+
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!
4141

4242
Imagine this form in your React.js web application:
4343

0 commit comments

Comments
 (0)