Skip to content

Commit ec2d7a9

Browse files
committed
Merge branch 'README'
2 parents 360a00d + cdb812a commit ec2d7a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ Before our `1.0` release, breaking API changes will cause a bump to
3232
Please refer to the [upgrade guide](/UPGRADE_GUIDE.md) and
3333
[changelog](/CHANGELOG.md) when upgrading.
3434

35+
### App Dependencies
36+
37+
We use the following dependencies from npm:
38+
39+
- `when` for promises
40+
- `flux` for a dispatcher
41+
- `events` for event emitters.
42+
43+
It is likely that your app will need dependencies like these. We
44+
recommend you use the same modules that the router uses to decrease the
45+
overall size of your application.
46+
3547
Installation
3648
------------
3749

0 commit comments

Comments
 (0)