Portland, OR. 🌹⚽️🌲
alpinejs.dev
With HyperTemplates I'm purposely avoiding any opinions about JS beyond the fact that a richer initial HTML document (i.e. a static site) makes progressive enhancement easier.
alpinejs.dev
With HyperTemplates I'm purposely avoiding any opinions about JS beyond the fact that a richer initial HTML document (i.e. a static site) makes progressive enhancement easier.
I don't think my project is as ambitious in scope as you are proposing, but I built a pure-HTML templating system and static site generator that I'd love any feedback on. 🙏
hypertemplates.net
It pairs super nicely with Web Components IMO. No JS frameworks required.
#HTML
I don't think my project is as ambitious in scope as you are proposing, but I built a pure-HTML templating system and static site generator that I'd love any feedback on. 🙏
hypertemplates.net
It pairs super nicely with Web Components IMO. No JS frameworks required.
#HTML
We hope you will give HyperTemplates a try, and we can't wait to see what you make with it! 📐
#MakeHyperText
We hope you will give HyperTemplates a try, and we can't wait to see what you make with it! 📐
#MakeHyperText
hypertemplates.net/blog/introdu...
hypertemplates.net/blog/introdu...
This isn't exactly what you were asking for, but I discovered while doing some AWS automation some years ago that Amazon offers a public API for getting your public IP address that I have aliased in my shell:
alias whatismyip="curl -s checkip.amazonaws.com"
This isn't exactly what you were asking for, but I discovered while doing some AWS automation some years ago that Amazon offers a public API for getting your public IP address that I have aliased in my shell:
alias whatismyip="curl -s checkip.amazonaws.com"
And yeah, I think this is maybe the first time I’ve ever extended a third-party object in this way. But it was such a small little hack I didn’t even give general "best practices" a very thorough consideration. 🤪
And yeah, I think this is maybe the first time I’ve ever extended a third-party object in this way. But it was such a small little hack I didn’t even give general "best practices" a very thorough consideration. 🤪
Then customElements.apply handles any redundancy.
Then customElements.apply handles any redundancy.
I’ve started using custom elements (instead of <div> soup), even when no JS is needed. Then I’m adding a <script src> tag when I want to progressively enhance the element with JS. Then in some cases, my templating system adds multiple instances of a custom element to a page.
I’ve started using custom elements (instead of <div> soup), even when no JS is needed. Then I’m adding a <script src> tag when I want to progressively enhance the element with JS. Then in some cases, my templating system adds multiple instances of a custom element to a page.