Skip to content

Tuch/jungjs

Repository files navigation

JungJS

GitHub version Davis Dependency status experimental

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

About

expremental clone of reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published