adrin
adrin

Reputation: 3848

What Javascript library encourages nice UI patterns and is appropriate for Silverlight/WPF developer?

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

Answers (2)

Jimmy Chandra
Jimmy Chandra

Reputation: 6580

You might want to try http://knockoutjs.com/

It's a binding framework that will enable MVVM in JavaScript.

Upvotes: 2

duffymo
duffymo

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

Related Questions