Thiru LogsAll FAQs
Frontend Development ยท React

How would you answer an interview scenario involving components and props in React?

AdvancedUpdated 2026-08-08

If one page repeats the same card layout with different data, extract a reusable component and pass only the values and callbacks the card actually needs.

#react#components-props