In-reply-to » @prologic Okay, I'll check it out! πŸ‘

@prologic@twtxt.net Great, I’ll check out the PWA first then!πŸ‘

While MithrilJS is a good library I find if wasted when not used with JSX, you can probably enhance the syntax by using htm for the templating if you want to keep it light or use the renderer of esbuild directly.

In my projects I usually use uhtml, it’s a simple to use and blazing fast templating library, It doesn’t even use the Shadow DOM the usual JSX rely on, you should try it for your next project. 😜

​ Read More