My component has to render different information based on user country.
If we read the header from server side, then it will be cached and hence to avoid caching I am trying to read the header from Client side and display the component dynamically from FE.
Please let me know if there is a way to achieve this. Many thanks. !