What is the difference between a Presentational component and a Container component?
Answer / Sandeep Kumar Chauhan
A Presentational component (also known as Dumb or Stateless Component) is responsible for rendering UI based on its props. It does not manage any state or side effects. A Container component (also known as Smart or Stateful Component) manages state, side effects and data fetching, often by connecting to a data store like Redux.
| Is This Answer Correct ? | 0 Yes | 0 No |
State the main difference between Pros and State?
Define the term Redux in React
When would you use a class component over a functional component?
Why are browsers unable to read jsx?
What is the difference between stateful and stateless components.
What is render() in React? And explain its purpose?
Which is better angular or react js?
What a setState is doing?
Explain the advantages of redux?
What are refs used for in React?
Why do we need a router in reactjs?
When reactjs released?