React-Router-Dom Custom Components

Hi ,
I tried using React-Router-Dom but it gives an error,what else can I use for navigating through pages.

1 Like

hi @TanishqxSharma, how are you?

try working with Link of vtex.render-runtime

Example:

 import { Link } from 'vtex.render-runtime'

const ...

Link {...{
      page: 'store.**YOUR-CONTEXT**'
}}>

...
2 Likes

Hi @ecarlosvao What if I want to add dynamic pages with Dynamic URLS?
What will I do in that case because in react we have React-Router and other things