slow-yellowS
Refine15mo ago
7 replies
slow-yellow

Multiple params in query

How can I use multiple params in a route?

Something like /user/:uid/object/:id ?

it seems that only "id" is a valid property for ParseResponse for

const parse = useParse()
const params = parse()
Was this page helpful?