1.1.1 • Published 8 years ago

jungjs v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

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

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago