Q. Which of these allows dynamic import in React?
β
Correct Answer: (C)
React.lazy()
Explanation: React.lazy() is used for code-splitting by dynamically importing components.