What is meant by callback function? What is its purpose?
Why is it necessary to capitalize component names?
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?
Why do you need to use props.children?
What are pure components?
What are fragments?
What is arrow function in react? How is it used?
How is react different from angular?
What is the use of React.Children.map(props.children, () => )?
What can you do if the expression contains more than one line?
Which feature can we use to cause a component to render only when its id changes?
How it is different from other front end language?
What a setState is doing?
What are state and props in reactjs? What is the difference between the two?
What is jsx and how jsx can help applications in react.js?