Merge pull request #114 from dijonkitchen/patch-1
docs: make wording clearer
This commit is contained in:
commit
5d992042e4
1 changed files with 6 additions and 2 deletions
|
|
@ -146,9 +146,13 @@ no "ceremony".
|
|||
|
||||
Mount uses namespaces and vars where Component uses records and protocols.
|
||||
|
||||
Component manages protocols and records, and in order to do that it requires a whole app buyin, which makes it a _framework_.
|
||||
Component manages records and protocols,
|
||||
and in order to do that it requires a whole app buy-in,
|
||||
which makes it a _framework_.
|
||||
|
||||
Mount does not need to manage namespaces and vars, since it is very well managed by the Clojure Compiler, which makes it a _library_.
|
||||
Mount does not need to manage namespaces and vars,
|
||||
since it is very well managed by the Clojure Compiler,
|
||||
which makes it a _library_.
|
||||
|
||||
## What Component does better
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue