Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.25 KB

Backbone RequireJS example

A short example to illustrate the use of backbone and requireJs together.

The intention is to show how requireJs can be used to organise our code into small well defined modules. Backbone is used to organise the code within these modules and to provide communication between them via an event based communication architecture.

The completed program is available on the master branch (this one!)

The tutorial moves through the branches in this order

  • start: contains the file structure, html file and twitter search module, requireJs config file is also in place
  • search: Search input view created
  • dispatcher: Global Event dispatcher created
  • router: Router added to the application
  • complete: Tweet display module created

TODO: create tutorial content for each branch to bring you up to the next branch in the sequence

UPDATE: content there for start branch