Skip to content

Commit

Permalink
docs: add routeAction$ caveat (#5147)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Sep 11, 2023
1 parent 98145bc commit f3c03e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docs/src/routes/docs/(qwikcity)/action/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ Under the hood, the `<Form/>` component uses a native HTML `<form>` element, so

When JS is enabled, the `<Form/>` component will intercept the form submission and trigger the action in SPA mode, allowing to have a full SPA experience.

> This is to clarify that the server re-renders the whole page and re-executes everything, so if you have any [routeLoader$](/docs/route-loader/) they will be executed too.
[Complex forms](/docs/advanced/complex-forms) can be created using dot notation.

## Using actions programmatically
Expand Down

0 comments on commit f3c03e0

Please sign in to comment.