What are state and props in reactjs? What is the difference between the two? Give a proper example of using state and props to elaborate the concept with complete source code?
415How to apply validation on props in reactjs? Apply validation in previously developed example in above question?
387
What is the difference between using constructor vs getInitialState in React?
Explain basic code snippet of jsx with the help of a practical example?
What are the pros and cons of using React?
What is the use of a super keyword in React?
When would you use setstate() and forceupdate()?
In what cases would you use a class component over a functional component?
Explain strict mode
How to build the React app for production?
What is arrow function in react?
What is meant by callback function? What is its purpose?
Explain React Router
What is the use of React.Children.map(props.children, () => )?
What are refs used for in React?
Why do you need to use props.children?
Can you force a React component to rerender without calling setState?