Skip to content

Instantly share code, notes, and snippets.

@bjfletcher
Last active October 18, 2016 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjfletcher/f218799887d52df513418f7dce16ddf5 to your computer and use it in GitHub Desktop.
Save bjfletcher/f218799887d52df513418f7dce16ddf5 to your computer and use it in GitHub Desktop.
Templating Showdown - Part 2

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:

  1. React, Riot & Preact
  2. Templates & HTML Imports (old Web Component)
  3. Custom Elements & Shadow DOM (new Web Component)
  4. diffhtml + any static rendering technology

React, Riot & Preact

Templates & HTML Imports

Not considered. These have been superseded by Custom Elements & Shadow DOM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment