Module: Weft::Router::OOBIncludes

Included in:
Weft::Router
Defined in:
lib/weft/router/oob_includes.rb

Overview

OOB-include slice of the Router. Renders sibling components declared via includes alongside an action response or SSE push, with the hx-swap-oob attribute set so htmx swaps each into its own DOM slot.

Depends on Router internals: resolver, filtered_params, build_component_with_attrs.