What is the main goal of react fiber?
Does React re-render all components and sub components every time setState is called?
When rendering a list what is a key and what is it's purpose?
What is the difference between a function in setState or passing an object?
Which feature can we use to cause a component to render only when its id changes?
What is a state in reactjs and how is it used?
How is react router different from conventional routing?
What is arrow function in react?
What are children prop?
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?
What is meant by callback function? What is its purpose?
Is it possible to nest jsx elements into other jsx elements?
What is high-level component lifecycle in react.js?
How do you apply vendor prefixes to inline styles in react?
What is reactjs-jsx? Explain basic code snippet of jsx with the help of a practical example?