Question: What can you use to handle code splitting?

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

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