Can you explain about the standard javascript toolchain, transpilation, jsx?
How are actions defined in redux?
State the difference between getIntialState() and constructor()?
What are the differences in between real dom and virtual dom?
What is redux and flux? When do you use them?
What are keys in reactjs and why are they important?
How will be you able to handle more action using redux?
Why are browsers unable to read jsx?
What is the difference between function based component and class based component?
What is the lifecycle methods order in mounting?
Is setState() is async? Why is setState() in React Async instead of Sync?
What were the major problems with mvc framework?
List some features of reactjs?
How events are different in react?
Explain the difference between functional and class components.