Q. Which file contains the root React component by default?
β
Correct Answer: (A)
App.js
Explanation: App.js usually contains the root component rendered in Index.js.