JSideris / DOThtml

A human-friendly way to build highly-dynamic web pages in pure JavaScript.
2 stars 4 forks source link

Get rid of .h() #142

Closed JSideris closed 1 year ago

JSideris commented 1 year ago

You can leave it in for reverse compatibility. But what I'd like is for every single dot element to return a function that allows you to append the vdom.

So like this. dot(document.body)(new App()) where App is a component containing the app.