uix
uix copied to clipboard
[UNMAINTAINED] Dart Web UI library
The link at "see benchmarks below" (#benchmarks) doesn't work here: https://pub.dartlang.org/packages/uix However, it works here: https://github.com/localvoid/uix
Is this intentional?
API
I've been exploring how to create view. I really like the way the react-dart project has simplified creating common elements. They create function with the names of common elements like...
Comments
I've been needing a light weight solution (lighter than Angular) to interact with the DOM. I have certain doubts to what kind of things I can replicate from Angular with...
You loose all feedback on the editor and its reported to be slow. Creating a new method is more readable and better for performance.
This ``` dart /// Protected property that contains data input. P data_; /// Protected property that contains children input. List children_; ``` should be like this ``` dart /// Protected...
There's a lot of [benefits](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/) to being able to render components server-side. Would be amazing if uix supported this.
Hi, I just requested some unit test samples for liquid when I noticed this shortly after. Is this project an evolution of liquid? If so can you put some unit...