We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f47f51 + c5423b4 commit 7328292Copy full SHA for 7328292
1 file changed
src/routes/solid-start/reference/server/use-server.mdx
@@ -63,7 +63,7 @@ const updateUser = action(async (id, data) => {
63
64
When `getUser` or `updateUser` are invoked on the client, an http request will be made to the server, which calls the corresponding server function.
65
66
-## Single-flight actions
+## Single-flight mutations
67
68
In the above example, when the `updateUser` action is called, a redirect is thrown on the server.
69
Solid Start can handle this redirect on the server instead of propagating it to the client.
0 commit comments