Reactjs API es5 implementation based on virtual-dom. Completely support original life cycle and following hooks:
- componentWillMount
- componentDidMount
- componentWillUpdate
- componentDidUpdate
- componentWillUnmount
- componentWillReceiveProps
- getChildContext
- getInitialState
- getDefaultProps
- shouldComponentUpdate
- render of course!
and following methods:
- setState
- replaceState
- forceUpdate
Support lite version of propTypes (only native js types like Function, Array and etc.) Instead JSX uses raw HTML
It is completely work version and now uses in production
es2015 basic demo