Kizspy | Question: 48
(Choose 1 answer)
How can you define a lazy component in React?
A. Using the lazy function from the React library
B. Wrapping the component in the LazyComponent higher-order component
C. Importing the component with the lazy keyword
D. Using the createLazy Component method from the React package