How to generate sitemap with react router

后端 未结 3 1740
南笙
南笙 2020-12-05 23:30

I\'m trying to figure out how to dynamically generate sitemap in reactJS server side (express) web app. I\'m using react router.

3条回答
  •  醉梦人生
    2020-12-06 00:06

    For simple ReactJS sitemap integration with React Router, you should check out the react-router-sitemap package.

    It's fairly configurable as well, as you can see in the docs, so if you need to include change frequency or things like that, you should be able to do it no problem.

    Or were you looking for a way to implement one yourself?

提交回复
热议问题