SolidJSS
SolidJSโ€ข3y agoโ€ข
7 replies
BasicBit | Alex

Is there something like a replacePathParameters method?

Hello,

I'm trying to do something like this with the SolidJS router:

replacePathParameters("/dogs/are/:var1/cats/are/:var2", {
  "var1": "good",
  "var2": "better",
});


Thanks for any help. ๐Ÿ˜„
Was this page helpful?