Frontend Development ยท React
How would you answer an interview scenario involving components and props in React?
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.