0.1.2 • Published 10 years ago

snabbdom-jsx-class v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Fork from yelouafi/snabbdom-jsx

Difference:

With yelouafi/snabbdom-jsx a components may be declared as:

  • JSX markup
  • an object literal with a function assigned to view property which returns JSX markup
  • a regular function which returns JSX markup

With this version:

  • JSX markup
  • an object literal with a function assigned to view property which returns JSX markup
  • an ES6 class with view method which returns JSX markup
0.1.3

10 years ago

0.1.2

10 years ago