microjs / microjs.com

Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
http://microjs.com/
MIT License
2.02k stars 621 forks source link

Add tint to the list #1064

Closed marcodpt closed 1 year ago

marcodpt commented 2 years ago

tint is a template engine. And you are very clear about the template engines in README.md. I agree with that.

The reason I insist on this pull request is that tint is not a normal template engine. It doesn't render the result to a string, it compiles all the html5 templates tag in the current page to hyperscript functions. This is a very niche usage.

There are many frameworks like hyperapp, superfine, mithril, preact, etc that use hyperscript to create their own views.

And using hyperscript to create views is quite confusing for designers. This is a topic of much discussion in the community of these frameworks.

This is a very beautiful, small and specific software that I believe its dissemination will bring great benefits to the community of these frameworks. And also to transform static templates into dynamic templates as it also can be used as a normal template engine.