# `` A shell components that simply renders its children using [`react-universal-interface`](https://github.com/streamich/react-universal-interface). Useful to temporary store some data in JSX props before the actual render. ## Usage ```jsx import {View} from 'libreact/lib/View'; All children are simply rendered. ```