[diff component]: system ":require"s

This commit is contained in:
Anatoly 2015-11-16 16:56:49 -05:00
parent c0791c6f4a
commit 10a7625742

View file

@ -170,6 +170,8 @@ the app, states need to be `:require`/`:use`d, which is usually done within the
Depending on app dependencies, it could only require a few states to be `:require`/`:use`d, others
will be brought transitively. Here is an [example](uberjar.md#creating-reloadable-uberjarable-app) of building a wepapp uberjar with Mount.
On the flip side, Component _system_ usually requires lots of `:require`s as well, since in order to be built, it needs to "see" all the top level states.
###### _conclusion: it's simple in Mount as well, but requires an additional step._
### Multiple separate systems