HTMX support
Unpoly does a great implementation of HTMX that can work with any framework and any language - include a small script from the webserver for the client, HTML code generated from the views either works like a normal multi-page app, or when the Unpoly client script runs, it does it's magic.
As we speek in discord i will post my stuff here.
My plan is to build a demo app with htmx and learn alot about htmx and tempest.
Hopefully the journey give us insigths which additions we need to support htmx.
Reminder
It is the first bigger app i build with tempest, i will struggle a lot and found some bugs already. I have to learn a lot about the templating engine what is possible to do with those components. I do it on the side and my time is limited right now.
Idea
It should be possible to build livewire like components, thanks to Discovery. We have to do the following:
- Controller
- View Component
- View partials to update the dom
Questions
[ ] Is it possible to build livewire like islands components? [ ] Lazy loading components [ ] How to load island components on the first render?
My Repo for now: https://github.com/thoresuenert/tempest-demo