blah28722
Results
2
comments of
blah28722
If you're already using Rust and HTMX, then you can try sprinkling in Alpine.js, which has directives like [`x-show`](https://alpinejs.dev/directives/show) which you can use to manage component properties. It handles nesting...
I used x-data and x-init to create a toy weather report page, with x-data providing the props to the DOM element and x-init hitting an API to fetch it. I'm...