Reputation: 3848
I have some experience in SL/WPF. I always wanted to learn how to create nice looking JavaScript web apps that would be relatively easy to implement. Are there any JavaScript libraries that would offer nice view/viewlogic separation (MVVM?) as well as potentially a decent set of controls? Could you recommend anything?
Upvotes: 1
Views: 226
Reputation: 6580
You might want to try http://knockoutjs.com/
It's a binding framework that will enable MVVM in JavaScript.
Upvotes: 2
Reputation: 308753
Everyone should be aware of jQuery. It has become fundamental for browser development. The jQuery UI plug-in is worth a look.
Upvotes: 0