Question: What can you use to wrap Component imports in order to load them lazily?

  1. `React.fallback`
  2. `React.split`
  3. `React.lazy`
  4. `React.memo`

Answer: The correct answer of the above question is Option C:`React.lazy`