React code is made of entities called [[Component-based software engineering|components]]. These components are reusable and must be formed in the SRC folder following the Pascal Case as its naming conversionconvention (capitalize camelCase). Components can be rendered to a particular element in the [[Document Object Model|DOM]] using the React DOM library. When rendering a component, one can pass the values between components through "[https://tekolio.com/what-are-props-in-react-and-how-to-use-them/ props]":<ref>{{cite web|url=https://reactjs.org/docs/components-and-props.html#props-are-read-only|website=React|title=Components and Props|publisher=Facebook|access-date=7 April 2018}}</ref>