What is lazy loading react?
Answer / Sonali Ratna
Lazy loading in React refers to a technique for improving app performance by only loading certain components or parts of the application as they become necessary, rather than all at once. This can be achieved using the React.lazy and Suspense APIs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are arrow functions?
Explain basic code snippet of jsx with the help of a practical example?
What are the methods called when component is created or while inserting it to dom?
What is refs?
How state is useful for react?
Explain the different phases of react component’s lifecycle?
What is the use of arrow function in reactjs?
What do you understand by refs in react?
What are controlled and uncontrolled components?
Explain the difference between functional and class components.
Explain the significance of keys in react?
What is a state in react?