UNPKG

babel-plugin-react-import-extends

Version:

Write React Components without worrying to import React and extend component

14 lines (12 loc) 177 B
class StatefulComponent { componentDidMount() { console.log('mounted') } render() { return ( <div className="test"> Hello! </div> ) } }