Miguel
Explore posts from serversSame page component for 2 routes?
I have a /news route, with a News component, that fetches and renders news items from my cms. Now I also have /news/category/[category] route, which shows news for a certain category.
Now the code is almost identical to the normal news route/component, I only need to pass a slug if it's set in the url. Can I reuse this component to serve both routes?
2 replies