Hacker News new | ask | show | jobs
by substack 3535 days ago
You can build virtual dom trees or use real dom nodes using something like https://www.npmjs.com/package/morphdom . Tagged template strings let you build these features in without custom language extensions. See also:

* https://www.npmjs.com/package/hyperx * https://www.npmjs.com/package/yo-yo

1 comments

Right, but these just do what JSX does, but in runtime instead of at compile time.