Hi all,

Sorry for posting here, but I have no better place. I've released my 
library for data-binding, it's extremely fast, inspired by KnockoutJs 
however much more faster and perhaps the fastest one even comparing to 
AngularJs or any others, take a look at the comparison in *example folder* 
<https://github.com/nhanaswigs/htmljs/tree/gh-pages/examples> for 
performance test. I've posted this library here before when it was still 
young and not finished. At that time, people told me to do a lot of things, 
special thanks to them. Hopefully, I'll also get feedback from you so I can 
improve the lib. Now I got an *API page* 
<http://nhanaswigs.github.io/htmljs/api/api.html>, *tutorial 
<http://nhanaswigs.github.io/htmljs/api/index.html>*, and *live demo* 
<http://www.google.com/url?q=http%3A%2F%2Fnhanaswigs.github.io%2Fhtmljs%2Fapi%2Ftutorial.html%23introduction&sa=D&sntz=1&usg=AFQjCNEjOiCWkNDp3VO7uvbOexMz3YIGCg>
 for 
it. In this lib, you'll find what you really want for a data-binding.

My philosophy is as native as possible, so you'll see a lot of function 
with common words like "td", "tr", "div", and those function will render, 
bind data for you without touching HTML code. Because inventing/parsing 
HTML attribute for data-binding using JavaScript is actually a pain with a 
lot of bugs plus many weird things to do. In my lib, I delegate all of the 
hard works to developers, and that's why you'll never get a bugs. You have 
a full-fledged library with a lots of features; observable data, observable 
Array plus Array utils, computed data, dependencies tracking, validation, 
filter, order, dynamic scripts/styles loading, routing, Promise/Ajax. All 
of them are implemented using fluent API, so it could reduce a lot of 
typing effort.

Please consider contributing to the project, or just simply feedback to me 
what should I need to improve. Github <https://github.com/nhanaswigs/HTMLjs>

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to