0.7.0 • Published 8 years ago

reactiv v0.7.0

Weekly downloads
5
License
ISC
Repository
-
Last release
8 years ago

reactiv

A react-like incremental vdom renderer

Circle CI Travis CI bitHound Overall Score

Still proof-of-concept.

This is a concretisation of google's incremental dom renderer, which has a vdom attached to the dom. This version keeps the virtual dom but mutates it incrementally. This uses the same small, non-gc-churning data objects as google's approach while avoiding relying on the DOM for iteration as it does.

It also supports fully a component lifecycle, including a proto-component class.

It is designed to be api compatible with google's incremental dom renderer, which has webpack/babel processing for .jsx available.

0.7.0

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago