Skip to content

Touche

Compare
Choose a tag to compare
@alexrqs alexrqs released this 06 Oct 05:18

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