Touche
jsx-render now includes class support for more complex jsx components, using as default method the render()
method.
and it automatically passes the props to both the constructor to facilitate the creation of this.props = arguments
, and also passes the props to the render method