A collection of common reconcilers.
npm install reconcilers``JavaScript
function(container: DomNode, template: Function, data: Array){
const result: DomNode = template( data );
applyTo ( container , result ); // applyTo is your code it can be react-reconciler, jQuery, Cash, or Sizzle+h
}
`
`HTML
`
Expect the following as a data source, there will be a buffer to store a local copy of list of objects
`JavaScript
window.addEventListener("data", function(e){
enbuffer(e.data)
});
``