8456 shaares
201 private links
201 private links
6 results
tagged
htmx
About the 3 frameworks in 2023. Their paradigms shift and try different approaches to build UI.
During the development of Bear, one of the constraints I created for myself was to do as much as possible using basic HTML components. This means that the only elements that are able to perform a request are and
A simple snippet works to retrieve and replace content on a page. Few thoughts:
- It has to work with other interactions than the click event to be reliable
- It has to work with screen readers, so the focus should be placed on the inserted content. Maybe an announcement is needed.
Ok not bad at all. I still think Rust is not meant for prototyping, but let's give it a try.
This project looks interesting.
- No VDOM
- Rust syntax
- CSS scoping
- Routing & SSR & SSG
- Tauri support
- Htmx integration
htmx does not have a build step and delivers the source file as a single 3500 LOC file. Alexander Petrois justifies this choice, as it is a tradeoff.
A feed back of a Django-React SaaS to a Django-Htmx :)