10-javascript-frameworks icon indicating copy to clipboard operation
10-javascript-frameworks copied to clipboard

use more declaretive html in vanilla js example - fixes #4

Open dotnetCarpenter opened this issue 4 years ago • 0 comments

An example of more declarative HTML. I don't think it ruins your point about bindings in frameworks. Obviously this example does not built the list, as virtual DOM would do for you and AFAIK there is no DOM way of doing that other than implementing it yourself in JS, which defeats the point of not using a framework.

I do not disagree with you at all and I really liked your video.

Anyway.. here is a better example of vanilla JS in my opinion.

Ref: https://github.com/fireship-io/10-javascript-frameworks/issues/4

dotnetCarpenter avatar Aug 13 '21 06:08 dotnetCarpenter