bottledcode / swytch-framework

The Smart PHP Framework

Home Page:https://framework.getswytch.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add HTMX fragments

withinboredom opened this issue · comments

See: https://htmx.org/essays/template-fragments/

Potentially implement like:

<fragment id="archive-ui">
<!-- do stuff -->
</fragment>

and

$this->rerenderWithFragments([...$state, 'prop' => 'value'], 'archive-ui');