Files
react/src
Sebastian MarkbageandSebastian Markbåge cafa7b284a Add Text node types
These nodes rendering into Text nodes in the DOM.

There is a special case when a string is a direct child of a host
node. In that case, we won't reconcile it as a child fiber. In
terms of fibers, it is terminal. However, the host config special
cases it.

It is kind of unfortunate that we have to special case this kind
of child in the HostConfig. It would be nice to unify this with
other types of child instances. Text nodes have some weird special
cases, but those special cases tend to *vary* by environment.
They're not the same special cases so not sure how valuable it is
to have a special protocol and special types for it.
2016-10-17 16:17:30 -04:00
..
2016-10-14 17:46:34 -04:00
2016-10-17 16:17:30 -04:00
2016-09-06 15:18:42 -07:00
2016-04-07 11:27:28 -07:00