Part 1 covered the static markup rendering showdown.
Now we are going to look at the more dynamic needs that do a lot more than just appearing and hiding.
Technologies considered:
- React, Riot & Preact
- Templates & HTML Imports (old Web Component)
- Custom Elements & Shadow DOM (new Web Component)
- diffhtml + any static rendering technology
Not considered. These have been superseded by Custom Elements & Shadow DOM.