Files
react.dev/docs
Ben Alpert 09f1d04981 Make ReactTextComponent properly injectable
ReactTextComponent's implementation is DOM-specific; instead of flattenChildren creating the ReactTextComponent instances, ReactNativeComponent now takes care of having ReactTextComponent injected and creating the component instance. I also renamed ReactTextComponent to ReactDOMTextComponent and moved it to browser/ui/ where it belongs. ReactDOMTextComponent no longer inherits directly from ReactComponent and instead implements construct and {mount,receive,unmount}Component directly.

This diff removes `ReactTestUtils.isTextComponent` which should have previously never returned true when using public APIs.

Test Plan: jest, use ballmer-peak example.
2014-11-15 12:30:42 -08:00
..
2014-08-13 11:40:14 -07:00
2014-08-15 11:52:22 -04:00
2014-10-23 20:51:11 -07:00
2014-11-13 12:06:51 +00:00
2014-11-06 10:54:05 -05:00