Choosing a JavaScript Framework
Choosing a JavaScript Framework is for project managers, team leads,scrum masters, developers, and basically anyone on the development team who has an interest in the decision-making process for choosing a framework for development.
JavaScript frameworks allow you to thoroughly test your codebase, putting it through its paces long before you’ve touched it. A large percent of the code that you write is commonplace, and a smaller percent is comprised of the cool stuff that makes your application worth writing. In this book, we explore the strengths and weaknesses of some of the most widely used JavaScript frameworks that allow you to focus on that exciting percent of code that makes your applications fun to build.
Table of Contents
Chapter 1. Exploring JavaScript Frameworks
Chapter 2. Frameworks: Backbone.js
Chapter 3. Frameworks: AngularJS
Chapter 4. Frameworks: Ember.js
Chapter 5. Emerging Frameworks
Chapter 6. Evaluating a JavaScript Framework
Chapter 7. Conclusion
Chapter 8. Resources