November 2017
Beginner
294 pages
6h 55m
English
Components would be boring if they didn't have properties. An example of a property for our salutation might be the following:
<Greeting name='Hello React VR Dude!'/>
name and other values such as this are referred to as props. The prop is name and has a value, which I set to a humorous string. They can be programmatically accessed, for example, {this.props.name}.
Many of the 3D objects also have properties; these vary from object to object.
Read now
Unlock full access