May 7, 2023
I was looking for a way to detect device type in my next.js 13 application and I stumbled upon this article. I have to say it wasn't working for me since getInitialProps isn't supported in nextjs.13 anymore but it was so inspiring because it lead me to disover the headers API. Thanks, Pulkit Goel.