Skip to content

Docs: document data-turbo-boost-src usage #72

@julianrubisch

Description

@julianrubisch

For example, inside a (nested) eager/lazy loaded turbo-frame, often you want to re-render that frame, not the entire page:

<turbo-frame src="https://foo">
  <turbo-frame data-turbo-boost-src="https://foo" data-turbo-command="...">...</turbo-frame>
</turbo-frame>

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions