Recipe 16 | Creating Client-Side Apps with Angular.js |
Problem
As users demand more robust and responsive client-side applications, developers respond with amazing JavaScript libraries. But as applications get more complex, the client-side code starts to look like a kitchen junk drawer, with libraries crammed together in a disorganized pile of event bindings, jQuery Ajax calls, and JSON parsing functions.
We need to develop our client-side applications with the same approach we’ve used for years for our server-side code. We need a framework. With a robust JavaScript framework, we can keep our code organized, reduce duplication, and use a coding standard that other developers can understand.
Our boss has asked us to build a proof-of-concept (PoC) ...
Get Web Development Recipes, 2nd Edition 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.