Re: [whatwg/dom] Basic DOM reactivity (Issue #1049)

@bathos You are right, the idea is binding object changes to DOM manipulation. I updated the issue description to include the second example.

I believe that until a cohesive templating functionality will be introduced, having simple and less opinionated primitive solution, that can be expended later by libraries, or used as is in simple cases (static pages that require minimal functionality) will push the ecosystem a big step forward.
I'll take your words regarding JS runtime, maybe a deeper thought on how the engine should optimize and make it memory safe is needed.
Many web apps (that are using a certain library/framework) use a model->view pattern, as it best describes the intention, and I think having a descriptive functionality is needed so people won't have to reinvent the wheel with every library, but use the standards provided by the runtime. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1049#issuecomment-1025586875
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1049/1025586875@github.com>

Received on Monday, 31 January 2022 10:25:33 UTC