Not Found, and Loading · Next.js
Ch 2 · Routes Are Folders — card 5 of 5.
export default function Loading() {
return <p>Loading orders…</p>;
}Every real screen has three outcomes, not one: it works, it is still working, or the thing does not exist. Handling only the first is the difference between a demo and something a client can use.