APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →
Vhtml Alternatives
Similar projects and alternatives to vhtml
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
-
htm
Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
-
solid
Discontinued A declarative, efficient, and flexible JavaScript library for building user interfaces. [Moved to: https://github.com/solidui/solid] (by ryansolid)
-
express-react-views
Discontinued This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client.
-
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
preact-compat
Discontinued ATTENTION: The React compatibility layer for Preact has moved to the main preact repo.
-
hyperscript
Discontinued Create HyperText with JavaScript. [Moved to: https://github.com/hyperhype/hyperscript] (by dominictarr)
-
-
-
vhtml discussion
vhtml reviews and mentions
-
Please Stop Reinventing JSX
If you like JSX as a templating language and you want to generate simple html strings then just use vhtml [1]. If you want something a little more powerful then hono/jsx is a decent choice [2].
[1] https://github.com/developit/vhtml
[2] https://hono.dev/docs/guides/jsx
-
What are the most popular view engines for express.js today?
I just wonder if there's a significant performance impact, but as you said preact or even something simpler that supports JSX, like https://github.com/developit/vhtml could be used to speed it up
-
Is there a way to make this JavaScript code more concise and less repetitive?
Frameworks definitely help solve this problem in part. But you don't need to go that far just for something simple like this. For example you could use htm plus vhtml to get a no-build tools way to write declarative HTML markup that is translated into a plain HTML string. Or for just a few more kb, you can use htm + preact to get all of the power of React for about 13kb, again with no build tools or setup.
-
Menggunakan JSX sebagai view engine Express.js
Ada satu library bagus yang mengubah jsx element menjadi plain html string yang bisa dipakai sebagai dasar untuk percobaan membuat view engine expressjs. Yaitu vhtml yang dibuat oleh creator preact.
-
A note from our sponsor - AppSignal
www.appsignal.com | 10 Sep 2026
Stats
developit/vhtml is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of vhtml is JavaScript.