Does react-router support relative links?

后端 未结 6 1333
不思量自难忘°
不思量自难忘° 2020-12-29 04:40

I\'m on this url:

/path1/path2

Then:


With this code the address in the

6条回答
  •  [愿得一人]
    2020-12-29 05:12

    Actually react-router support relative links.

    Given URL like /clients/invoice/123 the behaviour is:

    https://github.com/ReactTraining/react-router/issues/5127

提交回复
热议问题