What is lazy loading react?



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

Post New Answer

More React.js Interview Questions

What are arrow functions?

1 Answers  


Explain basic code snippet of jsx with the help of a practical example?

1 Answers  


What are the methods called when component is created or while inserting it to dom?

1 Answers  


What is refs?

1 Answers  


How state is useful for react?

1 Answers  


Explain the different phases of react component’s lifecycle?

1 Answers  


What is the use of arrow function in reactjs?

1 Answers  


What do you understand by refs in react?

1 Answers  


What are controlled and uncontrolled components?

1 Answers  


Explain the difference between functional and class components.

1 Answers  


Explain the significance of keys in react?

1 Answers  


What is a state in react?

1 Answers  


Categories