Skip to content

cormac/backbone-require-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

backbone-require-tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages