Dynamic routing data?
Unanswered
Ruwbix posted this in #help-forum
RuwbixOP
I have
I'd also like to include i18n (translation).
Any help/suggestions'd be awesome!
app/destination/[destination].tsx. I have 2 destinations, I want to dynamically render data based on the path. What's the best way of doing this? I suppose just getting the name of the slug and then fetching it in a .json somewhere would work, but idk if that's the best with like these getStaticProps and what not which nextjs supports.I'd also like to include i18n (translation).
Any help/suggestions'd be awesome!