You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s very effective and it’s meta driven which lends itself to the Apex style architecture.
theres a ton of info about htmx on the webs but all your doing it using meta tags in your html to tell the backend to render html components into other parts of the dom.
the advantage is that it’s very fast , works for search engines and it feels like a SPA because parts of the gui update in response to any actor .
the actor can be a server side event too and update the dom over SSE or WS.
The text was updated successfully, but these errors were encountered:
htmx pattern for gui .
It’s very effective and it’s meta driven which lends itself to the Apex style architecture.
theres a ton of info about htmx on the webs but all your doing it using meta tags in your html to tell the backend to render html components into other parts of the dom.
the advantage is that it’s very fast , works for search engines and it feels like a SPA because parts of the gui update in response to any actor .
the actor can be a server side event too and update the dom over SSE or WS.
The text was updated successfully, but these errors were encountered: