Choosing an application framework
We can create a SPA from scratch, but usually we pick up an existing framework before creating our own. One of the main problems of choosing a JavaScript SPA framework is that there are too many choices.
The latest and greatest JavaScript framework comes around every sixteen minutes. | ||
--Allen Pike |
I would personally recommend considering a framework or another depending on the features that you think that you will need to achieve your goals.
For example, if we are going to work on an application with not really complex views and forms, Backbone.js or one of its derivations (Marionette.js, Chaplin, and so on) should ...
Get TypeScript: Modern JavaScript Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.