Question: React components are composed to create a user interface. How are components composed?
- by putting them in the same file
- by nesting components
- with webpack
- with code splitting
Answer: The correct answer of the above question is Option B:by nesting components