JavaScript Framework Evaluation

Version 7.2 by Guillaume Delhumeau on 2014/04/16 12:32

 
 Design
 Active
 

Description

Currently XWiki is still using prototype as its JS framework of choice. Extensions can be written using jquery.

Prototype has 2 limitations for us:

  • It's now dead
  • It's not enough to build modern web UIs

Possible list of JS MVC frameworks to check out:

  • AngularJS (also check Angular 2.0 which is mobile first)
  • EmberJS
  • DurandalJS
  • BackboneJS
  • KnockoutJS

Discussions found on the web comparing them:

Experiments inside XWiki:

Related Proposals


 

Get Connected