Demo

Next-Router-State-Tree explorer

Soft-navigate between the routes below. The panel on the right intercepts every RSC fetch and decodes the Next-Router-State-Tree the browser attaches. Hard-load any URL — no fetch happens, so nothing is captured.

Optional catch-all — segment [[...region]] = ["solomon-islands"]

Solomon Islands

Eastern edge of the range; small, scattered breeding colonies on uninhabited atolls.

On the next outbound RSC fetch, this optional catch-all encodes as ["region", "solomon-islands", "oc"] when populated, or just disappears from the path when empty. The "oc" type distinguishes it from a required catch-all [...region] (which would be "c").

Firewall Playground