What do you suggest for Javascript MVC?

What do you suggest for the Javascript MVC framework?

  • SproutCore
  • JavascriptMVC
  • Junction
  • Something I haven't heard about ...
+3
source share
5 answers

A lot depends on what you are building and your skills. I am a JavaScriptMVC developer, so I am pretty biased, but I will try to give as many answers as possible.

SproutCore is what I consider more β€œtop-down”. They have created many chrome / UI widgets for you. So, your time is spent setting up the widget according to your needs. If your needs can be easily met by sproutcore widgets, I would suggest using sproutcore.

JavaScriptMVC - JavaScript. . , JavaScript. jQuery , :

  • /
  • ()
  • "" DOM (, )

, "Middle-Out". jQuery. , .

, jQuery, JavaScriptMVC .

JavaScriptMVC Junction, Junction .

+4

GWT MVC . , .

jQuery MVC, . jQuery + jQuery , , , MVC. , MVC .

0

The last time I checked SproutCore, it is unfortunately pretty slow when using relatively fast Firefox 3.5. Look at him .

0
source

This is a pretty old question, but there is really awesome open source JavaScript code called Lava JS at codeplex: http://lava.codeplex.com .

0
source

Source: https://habr.com/ru/post/1715959/


All Articles