Skip to content

Commit

Permalink
Rename remaining "Server Actions" (#7352)
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky authored Dec 16, 2024
1 parent 204b3f1 commit 8ac5531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/useTransition.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ This is a basic example to demonstrate how Actions work, but this example does n
For common use cases, React provides built-in abstractions such as:
- [`useActionState`](/reference/react/useActionState)
- [`<form>` actions](/reference/react-dom/components/form)
- [Server Actions](/reference/rsc/server-actions)
- [Server Functions](/reference/rsc/server-functions)

These solutions handle request ordering for you. When using Transitions to build your own custom hooks or libraries that manage async state transitions, you have greater control over the request ordering, but you must handle it yourself.

Expand Down

0 comments on commit 8ac5531

Please sign in to comment.