Chapter 8 – Building the Presentation Tier
In this chapter, you learn the various fundamental patterns and presentation techniques utilized in hybrid apps, but of course, there's a lot more information which be could be covered in this chapter, so take a look at the following links which have references to various frameworks and libraries.
Additional utility libraries and frameworks
The following are the references and links to utility and frameworks:
- MicroJS: This provides a lot of small and fantastic libraries that typically only try to do one or two things. It is available at http://microjs.com/.
- RactiveJS: This provides templating, data binding, animations and more. It is available at http://www.ractivejs.org.
- Rivets.JS: small templating and data binding library, building the presentation tier. It is available at http://rivetsjs.com.
User Interface frameworks
The following are the links to references on the various User Interface frameworks that are currently available:
- The mobile...