Frontend Development ยท React
What is a common mistake with routing and code splitting in React?
A common mistake is building all navigation as local component state with no real URLs, or splitting into too many tiny chunks that increase request and coordination overhead.