@Araq This is awesome library to develop single page applications. I need to develop some page together with a js api library for maps (e.g: here maps, google maps or open street map) and one div element works as a map container into it map library generates map tiles, map objects and so on. Is it possible to define for some div element an option like "no-diffing" because the process "virtual DOM diffing" regulary compares vdom and html dom and find some errors for this container.
Or can you please recommend me other way to resolve this issue... Thanks.
