Skip to content

Instantly share code, notes, and snippets.

@justinbmeyer
Last active July 19, 2019 22:04
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 justinbmeyer/96488883fb46a18e4861df579a384809 to your computer and use it in GitHub Desktop.
Save justinbmeyer/96488883fb46a18e4861df579a384809 to your computer and use it in GitHub Desktop.

Way 1

CanJS starts easy and can get quite robust.

How easy

StacheElement {

}
customElements.define()
  • works with promises
  • starts easy ... load MJS .. NO BUILDS!

How robust?

  • Type stuff
  • RealTime
  • Derived properties / required

Way 2

Good at everything, great at nothing.

  • No builds ... but a bit of type saftey if you need.
  • Imperative ... but also FRP
  • Medium weight

NO VUE WAY

  • easier: class based, proxy
  • integrates: web components!
  • model layer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment