-1

I intend to develop single page application. jsViews/jsRender looks very promising and it is almost reaching Beta. Since I am new to SPA development I am curious to know how jsViews compares to other SPA frameworks such as AngularJS in terms of e.g. speed, functionality or usability?

Thanks!

doorman
  • 15,707
  • 22
  • 80
  • 145
  • Compares those criteria in what way, what have you tried / researched so far? – Alex Osborn Mar 06 '13 at 22:36
  • The [ToDoMVC project](http://addyosmani.github.com/todomvc/) solves the ToDo app using different MV frameworks. This website is useful for comparing different styles used in each framework. However, jsViews is not yet listed but there exists a todo example on [githup](http://borismoore.github.com/jsviews/demos/step-by-step/10_todos.html) which can be used for comparison. – doorman Mar 07 '13 at 09:06

1 Answers1

1

They have very different approaches. i recommend researching both if your intent is to compare them. The best choice is to find a framework or set of libraries that work for you and run with it. There is no "best".

John Papa
  • 21,880
  • 4
  • 61
  • 60