[diff component]: system ":require"s
This commit is contained in:
parent
c0791c6f4a
commit
10a7625742
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
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.
|
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._
|
###### _conclusion: it's simple in Mount as well, but requires an additional step._
|
||||||
|
|
||||||
### Multiple separate systems
|
### Multiple separate systems
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue