Explain the Presentational segment
Answer / 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 |
What are the difference between pros and state?
How can we find the version of react at runtime in the browser?
How to apply validation on props in reactjs?
Can you explain about the standard javascript toolchain, transpilation, jsx?
How can I make an AJAX call?
What is React.PropTypes?
What is the recommended way for naming components?
What are synthetic events?
What is flux in react.js?
Can a developer create animations in React?
What is the difference between createelement and cloneelement?
What is the use of react-dom package?