A shell components that simply renders its children using react-universal-interface
.
Useful to temporary store some data in JSX props before the actual render.
import {View} from 'libreact/lib/View';
<View anything='foo'>
All children are simply rendered.
</View>