Jquerymy.js – Purely declarative apps with complex two-way data-binding
1–10 of 27 posts
Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#2Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#3I really like this one, but i am concerned by performance. Have tests been done on that?
Anyway, you can see some basic apps in action at http://cloudwall.me/
Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#4Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#5Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#6Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#7Looks great but I feel like there is quite a bit of latency
Promising project though. If they can fix the latency issues, it'd be something I'd use.
Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#8This seems like a nice solution, although like other commentators mentioned, the lag seems to be quite unbearable. So it might be just something towards right path and hopefully it will be maintained and updated to work more smoothly, but wont grow into full framework.
Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#9- Simple, interactive example at the top.
- Short, ~150 word technical explication.
- Five detailed demos that are all different.
- Detailed list of controls.
Obviously, not every project lends itself to this type of information architecture, but I'd love to see more projects think as hard about their presentation as this one does.
Re: Jquerymy.js – Purely declarative apps with complex two-way data-binding
#10Looks great but I feel like there is quite a bit of latency
See for instance the code of the map:
ui: { //The loupe itself
"#loupe":{
recalc:"#json",
delay:1,
...
or Bézier Curve: {
id:"en.Bezier",
params: {delay:10},
...