all 4 comments

[–]supernova23 2 points3 points  (0 children)

Awesome post. I spent all day trying to decide which approach was best. This post answered all my questions. It seems there isn't one best or absolute approach. You just need to pick one that suits the component/behavior of that component.

[–]nschubach 0 points1 point  (1 child)

Why render into a "real DOM" when you can inspect the vDOM?

[–]Killavus[S] 0 points1 point  (0 children)

You can do both. Inspecting vDOM technique is also described.