adspace


Explain the Presentational segment

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


Please Help Members By Posting Answers For Below Questions

How would you create higher order components (hocs) in react.js?

447


How to use events in reactjs? Give an example of using events?

559