0.1.1 • Published 6 years ago

atomico-diff v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

atomico-diff

Is a small diff algorithm created to be used within web-components

pragma h

import {h,diff} from "atomico-diff";

let div = document.createELement("div");

diff(
   false,
   div,
   <host class="my-class">
)

Use of branches of state

The diff process of Atomico, to avoid conflict between components, has a definition of state based on branches, defined by the father of the same component. with this it is sought to maintain independent between the state of the same component and the state of the component generated by the father.

The advantage of this is that it avoids the conflict of rewritten properties and elimination of events.

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago