Home › Forums › JavaScript › DOM vs Virtual DOM › Reply To: DOM vs Virtual DOM
Gents, I just watched that polymer video… I’m really excited and kind of confused. I think it could solve a lot of problems but I’m confused about how to go about using it. The main thing tripping me up is that some things seem LESS abstracted by adding MORE abstraction. Does that make sense?
Like when he does the example of treating a Google map declaratively in the “markup” for lack of a better word… that really confused the hell out of me. It’s got this abstraction layer built in that takes away all the BS you have to deal with to write a Hello World script with the Google Map API. Great. But… aren’t we back to having markup, style and logic mixed?
@traq, Have you gotten further on your polymer journey? I love what I see. Just want to see more.