NextJS URL params like React-Router

前端 未结 5 1204
一整个雨季
一整个雨季 2021-02-19 06:56

I\'m a newbie to NextJS, It looks so good on the first impression. But after giving it a chance I\'ve faced some problems like URL routing with custom params like react-router.<

5条回答
  •  生来不讨喜
    2021-02-19 07:28

    this example will help you define your parameterized, named routes. it uses nest/routes and let you define your custom routes of preference. hope it will help you.

    https://github.com/zeit/next.js/tree/master/examples/with-next-routes

提交回复
热议问题