Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Framework similar to Prism for Knockout js

Microsoft made Prism framework for Silverlight and WPF. It looks great with its RegionManager and other stuff.

Is there any similar framework for Knockout?

Thanks.

like image 771
Kirill Salykin Avatar asked Sep 07 '12 09:09

Kirill Salykin


People also ask

Is KnockoutJS still used?

Today, Knockout. js mostly exists in legacy applications and developers try to move to something newer, like Vue. js.

Is KnockoutJS a framework or library?

Knockout. js is an open source library (under the MIT License) that is pure JavaScript that works with any existing web framework and every mainstream browser. Further, Knockout. js is fully documented with a complete set of online tutorials.

What is KnockoutJS used for?

KnockoutJS is basically a library written in JavaScript, based on MVVM pattern that helps developers build rich and responsive websites.


1 Answers

Rob Eisenberg, the developer of Caliburn.Micro (IMO the best MVVM framework available for XAML apps) is developing Durandal which uses Knockout.

An early version of the source is here, and you can read a little bit about the design concept here.

like image 181
devdigital Avatar answered Sep 18 '22 13:09

devdigital