JavaScript Patterns in Action

Nothing beats learning from comprehensive, real-world JavaScript application code.

In this section we showcase 6 sample apps that use design patterns, idioms, and libraries/frameworks mentioned throughout this program.





  JavaScript Patterns in Action
   Introduction Introduction to the JavaScript Patterns in Action apps
   Dashboard A dashboard app displaying dynamic line and pie charts
   Data Entry A data entry app supporting CRUD (Create Read Update Delete) actions
   Search A search app displaying a list of results
   Pagination A pagination app that pages through images of art
   Mapping A mapping app displaying a Google Map of Silicon Valley or your own location using HTML 5 Geolocation
   Single Page App An SPA (Single Page Application) which includes several pages and page transitions