DEV Community

Discussion on: React: Create component inside a component (?)

Collapse
 
ekaterina_vu profile image
Ekaterina Vujasinović

Components should be reusable and composable. It would be better to define each component in a separate file and use export/import. Your code would be more flexible that way.

Collapse
 
borasvm profile image
Kuldeep Bora

Yes I agree. I was just playing and experimenting with code. :)