adspace
Answer Posted / Devender Kumar
In React, a presentational (dumb) component is a pure functional component that only takes care of rendering UI based on the props it receives. It doesn't maintain any state or interact with other components directly. These types of components are used for reusability and separation of concerns within a React application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers