Parse a :name pattern against a kind schema, owning fresh slot cells. Returns the rendered URL text and the typed params cells; edit either side and the other stays in sync.
:name
text
params
const { text, params } = route("/users/:id/posts/:slug", { id: "int", slug: "str" });
Parse a
:namepattern against a kind schema, owning fresh slot cells. Returns the rendered URLtextand the typedparamscells; edit either side and the other stays in sync.