We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c224d2e commit 3f49417Copy full SHA for 3f49417
README.md
@@ -530,6 +530,10 @@ The code above will be expanded to this HTML.
530
</details>
531
```
532
533
+If the user closes the details element and invokes a command or performs a request,
534
+the server will pre-render the markup with the current page state preserving the `open` attribute value.
535
+_The client also ensures that remembered attributes are restored after DOM mutations._
536
+
537
Several things happen when you use `turbo_boost[:remember]` to track page state.
538
539
1. The client builds the current page state before emitting requests to the server.
0 commit comments