shlogg · Early preview
Anthony Max @aanthonymax

Server-Oriented Customizable Templating For JavaScript With HMPL

Discover HMPL, a server-oriented customizable templating language for JavaScript, reducing app bundle size & loading times by processing UI on server-side.

Hello everyone! In this article I would like to tell you about the start of the project, which I think may be of interest to you. The work on the code was carried out for a long time, I also received help from contributors, but now I think it is ready for the production version.

Okay, actually it would be really interesting to show a project called HMPL. It is a small template language for displaying UI from server to client. It is based on customizable requests sent to the server via fetch and processed into ready-made HTML.
In fact, it is really good as an alternative to modules like htmx a...