Skip to content

Commit

Permalink
Add todo for documenting state tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Jun 13, 2024
1 parent 76ba0cf commit 747bead
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
- [Setting Instance Variables](#setting-instance-variables)
- [Prevent Controller Action](#prevent-controller-action)
- [Broadcasting Turbo Streams](#broadcasting-turbo-streams)
- [Tracking Page State](#tracking-page-state)
- [State](#state)
- [Ephemeral Page State](#ephemeral-page-state)
- [Community](#community)
- [Developing](#developing)
- [Notable Files](#notable-files)
Expand Down Expand Up @@ -526,7 +527,11 @@ _Learn more about Turbo Stream broadcasting by reading through the
> [!NOTE]
> `broadcast_invoke_later_to` is a [TurboBoost Streams](https://github.com/hopsoft/turbo_boost-streams#broadcasting) feature.
### Tracking Page State
## State

TODO: Document state tracking

### Ephemeral Page State

You can opt-in to remember transient page state when using Rails tag helpers with `turbo_boost[:remember]` to track
element attribute values between requests.
Expand Down

0 comments on commit 747bead

Please sign in to comment.