Developing SPA for the mobile browser with Backbone
Aseem Agarwal
@agaase19
With this talk we will take a traditional content based website and convert it into a Single Page App (SPA) using Backbone.
Outline
Single Page App is what helps provide a native experience in the mobile browser. They don’t involve page reloads, respond much faster and take advantage of custom animations for navigation. Overall they provide a more seamless experience than a traditional website where each link is loaded fresh.
Backbonejs is a javascript framework based on a model-view type architecture. In simple terms, it tries to bring structure to the data and the many parts of interface that your website has. In this presentation we will demonstrate a project converting a simple content based website; a “news portal” to a single page app using backbone. The following functionalities will be discussed in terms of the concept and the coding implementation.
- Structuring the website as per the model view architecture of Backbone.
- Routing of the website - How to present different views upon navigation, maintain browser history.
- Special features available in Backbone in terms of operations on model and view.
Requirements
something to write down the important points during the talk.
Speaker bio
Iam a front end developer, designer at Genwi. At genwi we are developing hybrid apps (IOS, Android, HTML5) targeted towards content marketing world where design (written in HTML,CSS,JS) is decoupled from the actual code to run the apps. Visualising content is key focus in our apps and we take care of client requirements which are challenging both in terms of design and functionality. Iam an avid blogger as well, reading and writing about technology, good design and any insights or experiences that I gain.
{{ errorMsg }}