DEV Community

Discussion on: Let's build: 3D procedural landscape with React and three.js!

Collapse
 
3rdp profile image
3rdp

Nice tutorial! Note that wireframe={true} is a bit explicit, for boolean props you have a shorthand of just wireframe. And that will pass true for this prop.

Collapse
 
sanderdebr profile image
sanderdebr

Thanks! I actually like to sometimes explicitly note that a prop is a boolean this way, just my preference I guess.