What are the advantages of using jsx?
Explain the major advantages of react.
What are the differentiate between stateful and stateless components?
What are the differences between a class component and functional component?
How is redux different from flux?
How events are different in react?
When rendering a list what is a key and what is it's purpose?
How might react handle or restrict props to certain types, or require certain props to exist?
When reactjs released?
How to update the state of the component in reactjs?
What do you understand with the term polling?
What can be done when there is more than one line of expression?
What is the differnece between real dom and virtual dom?
How can we find the version of react at runtime in the browser?
What is the difference between setstate() and forceupdate()?