|
|
|
|
|
by nymanjon
240 days ago
|
|
No need for HTMX, HTMZ can get you most of the way there if it is going from simple MPA to slightly more complicated. I used a variation of HTMZ to make a offline-first soccer app I use for myself. I thought I would need to use a front end for the match play page, but, nope, I used Morphdom with HTMZ and I was able to keep the simplicity of templating and a back end. [1]: https://github.com/jon49/htmz-be [2]: https://github.com/jon49/Soccer |
|