File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,27 @@ Backbone RequireJS example
2
2
==========================
3
3
A short example to illustrate the use of backbone and requireJs together.
4
4
5
- The completed program is available on the master branch
5
+ The intention is to show how requireJs can be used to organise our code into small well defined modules.
6
+ Backbone is used to organise the code within these modules and to provide communication between them via an event based
7
+ communication architecture.
8
+
9
+ The completed program is available on the master branch (this one!)
6
10
7
11
The tutorial moves through the branches in this order
8
12
9
- - start
13
+ - [ start: ] ( https://github.com/cormac/backbone-require-tutorial/tree/start )
10
14
contains the file structure, html file and twitter search module, requireJs
11
15
config file is also in place
12
- - search
16
+ - [ search: ] ( https://github.com/cormac/backbone-require-tutorial/tree/search )
13
17
Search input view created
14
- - dispatcher
18
+ - [ dispatcher: ] ( https://github.com/cormac/backbone-require-tutorial/tree/dispatcher )
15
19
Global Event dispatcher created
16
- - router
20
+ - [ router: ] ( https://github.com/cormac/backbone-require-tutorial/tree/router )
17
21
Router added to the application
18
- - complete
22
+ - [ complete: ] ( https://github.com/cormac/backbone-require-tutorial/tree/complete )
19
23
Tweet display module created
20
24
21
25
TODO: create tutorial content for each branch to bring you up to the next branch in the sequence
22
26
27
+ UPDATE: content there for start branch
28
+
You can’t perform that action at this time.
0 commit comments