What are the lifecycle steps of React?
Answer / Vipin Dahiya
The main lifecycle methods in React are: `constructor()`, `getDerivedStateFromProps()`, `render()`, `componentDidMount()`, `shouldComponentUpdate(nextProps, nextState)`, `getSnapshotBeforeUpdate(prevProps, prevState)`, `componentDidUpdate(prevProps, prevState, snapshot)`, and `componentWillUnmount()`.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the usage of refs and keys used in react?
Explain yield catchphrase in JavaScript
How to update a component every second?
Do you think reactjs has any limitations? If so, tell a few?
What do you understand by virtual dom? Explain its working.
Do you need to use ES6 (+) with React?
What are the feature of reactjs?
Have you used html while working with react.js?
Explain the difference between functional and class components.
What is the difference between React Native and React?
What is the difference between super() and super(props)?
What is the difference between flux vs mvc?