Hi,
Thanks for creating this library. I really appreciate the compile-time checked templates, lazy rendering, and the flexibility of supporting two different syntaxes.
One challenge with compile-time templates, however, is that they can slow down iteration speed, especially as a project grows. Recently, Dioxus introduced hot-reload support for its RSX markup, and it would be fantastic to see something similar for hypertext.
I also came across an open PR for maud (lambda-fairy/maud#451), which adds hot-reload functionality. Unfortunately, it hasn’t received much attention from the maintainer, and there’s some discussion about a potential fork. Since hypertext supports the maud syntax, perhaps there’s an opportunity to collaborate or build on that effort?
Thanks again for your work on this library!
Hi,
Thanks for creating this library. I really appreciate the compile-time checked templates, lazy rendering, and the flexibility of supporting two different syntaxes.
One challenge with compile-time templates, however, is that they can slow down iteration speed, especially as a project grows. Recently, Dioxus introduced hot-reload support for its RSX markup, and it would be fantastic to see something similar for hypertext.
I also came across an open PR for maud (lambda-fairy/maud#451), which adds hot-reload functionality. Unfortunately, it hasn’t received much attention from the maintainer, and there’s some discussion about a potential fork. Since hypertext supports the maud syntax, perhaps there’s an opportunity to collaborate or build on that effort?
Thanks again for your work on this library!