Replies: 1 comment
-
Thank you for your response Allen Hai!
…On Wed, Jun 10, 2020 at 4:02 AM Allen Hai ***@***.***> wrote:
Hi @hvu160699 <https://github.com/hvu160699> this sounds like a question
specific to Next.js that you should raise in the Next.js community
<https://github.com/vercel/next.js/discussions> 😄 . But also in general,
some code that you can link to will help provide missing context for those
who's help you're seeking 👍 .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13944 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMBTFSHD6UXWA4AVJKAZ3T3RV2PPXANCNFSM4NZP6E2A>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I have an example like this
href={
/detail-post?id=${mainId}
}as={
/detail-post/${anotherId}
}I must use the mainId ( can only use this ) for fetching and anotherId to be display ( because they don't want to show the mainId )
My issue was, how can I get the mainId after refresh page because getInitProps only get the mainId at the first time render page.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions