We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 360a00d + cdb812a commit ec2d7a9Copy full SHA for ec2d7a9
README.md
@@ -32,6 +32,18 @@ Before our `1.0` release, breaking API changes will cause a bump to
32
Please refer to the [upgrade guide](/UPGRADE_GUIDE.md) and
33
[changelog](/CHANGELOG.md) when upgrading.
34
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
47
Installation
48
------------
49
0 commit comments