More links to local sections in README

This commit is contained in:
Max Desiatov 2019-02-21 11:46:13 +00:00
parent 8f247dd212
commit 225b5e04bc
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
1 changed files with 4 additions and 3 deletions

View File

@ -166,9 +166,10 @@ struct Props: Equatable {
Sometimes "configuration" is described in a tree-like fashion. For example, a
list of views contains an array of subviews, which themselves can contain other
subviews. In Tokamak this is called `Children`, which behave similar to `Props`,
but are important enough to be treated separately. `Children` are also immutable
and `Equatable`, which allows us to observe those for changes too.
subviews. In Tokamak this is called `Children`, which behave similar to
[`Props`](#props), but are important enough to be treated separately. `Children`
are also immutable and `Equatable`, which allows us to observe those for changes
too.
### Components