
Dynamic routing with getServerSideProps in Nextjs
https://stackoverflow.com/questions/61222726/dynamic-routing-with-getserversideprops-in-nextjs/61240697
I'm trying to learn nextjs. Struggling to work out routing with getServerSideProps.Using a free API I have a list of countries displayed on the DOM. I want to dynamically link to a country and dat...