JSideris / DOThtml

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

Completely remove non-component binding. #155

Closed JSideris closed 6 months ago

JSideris commented 6 months ago

Would be a lot easier if all bindings were component-based. Bindings within components is special and require unique logic. But we also have non-component bindings. But this just complicates things. The original binding system exists from before components were even a thing. They aren't needed anymore.

JSideris commented 6 months ago

v6 is a rewrite. I just won't re-implement non-component bindings.