Is there any way to get the users like country in nextjs?
Answered
Banana posted this in #help-forum
BananaOP
Ik i can do it with express, i just dont really wanna have to keep fetching my apis and stuff to do it, just wondering if i can do it in nextjs
Answered by Jboncz
I mean. its in the headers, you can access the headers from client and server components, not sure what else you need?
5 Replies
BananaOP
https://reacthustle.com/blog/nextjs-get-the-user-country Found this, but how could i make this like a function i can just use in my pages?
I mean. its in the headers, you can access the headers from client and server components, not sure what else you need?
Answer
BananaOP
How do i access the headers?
nvm got it mb
Np! 🙂