Closed i-like-robots closed 6 years ago
It should be possible to support simple class based components. It may also be worth investigating how lifecycle methods from the various frameworks may be invoked when rendering static markup.
class Foo extends Component { render () { return ( <h1>Hello World</h1> ) } }
It should be possible to support simple class based components. It may also be worth investigating how lifecycle methods from the various frameworks may be invoked when rendering static markup.