loading
loading
A readable URL-safe identifier for a page or record.
Slugs make links understandable, such as /blog/my-post instead of a raw database ID. They should be stable once published because changing them breaks links.
Plainly
Think of Slug as a named building block in a big LEGO app. A readable URL-safe identifier for a page or record.
In practice
Use it when you are mapping how the app is structured or explaining a feature to a teammate or agent. In practice, define the owner, input, output, and failure mode before you rely on it.