← Graph

Selective Rendering

concept 1 connections

Phlex capability Yippee leans into: a rendering pass can declaratively short-circuit — noop'ing every method call unrelated to the requested slice — so that hitting the controller+view for a single Turbo-Frame-like update produces a tiny payload and wastes no CPU on the rest of the view tree. The same mechanism supports test-mode shortcuts that make Phlex emit a queryable AST instead of an HTML string.

category
pattern
about
Selective Rendering concept
Yippee's view layer exploits Phlex's selective rendering to return tiny payloads.

Provenance

Read by
3 extractions