localvoid / liquid

[UNMAINTAINED] Library to build User Interfaces in Dart [Virtual DOM]
http://localvoid.github.io/liquid/
BSD 2-Clause "Simplified" License
29 stars 3 forks source link

Add example/ dir with examples #1

Closed sethladd closed 9 years ago

sethladd commented 10 years ago

That would be really cool. :)

localvoid commented 10 years ago

Added some examples: https://github.com/localvoid/liquid/tree/master/example

But API is low-level and quite ugly in some places, I just didn't have much time to work on it. It was just proof of concept, when I was told that VDom will become slower if there will be something like Composite Components built on top of it. But with components on top of vdom it has almost the same performance in this cases: http://localvoid.github.io/vdom-benchmark/components.html

sethladd commented 10 years ago

Thanks!