What are components in reactjs? Explain the component lifecycle with the help of a diagram explaining each component method in detail. Also, give an example of both stateless and stateful components with source code?
427What is the virtual dom, and a pragmatic overview of how react renders it to the dom in react.js?
412
What is shouldcomponentupdate and when is used in react.js?
What are the advantages of redux?
Why you can’t update props in react?
Can a developer create animations in React?
How do you modularize code in react?
What are pure components?
Explain the purpose of render() in react.
How react component lifecycle methods help in building interfaces?
What is flux concept in reactjs? Explain various flux elements including action, dispatcher, store and view. Give a simple practical example of installing and using flux in an application?
What is the differnece between real dom and virtual dom?
What are pure functional components?
Have you used html while working with react.js?
How will be you able to handle more action using redux?
State the difference between React JS and React Native
Give an example of both stateless and stateful components with source code?