python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Nextjs, when clicking back, url update but not the content
I'm trying to figure out why when I click to the browser's back button or setting myself a button with a router.back, the url is updating but not the content?
When I refresh the page, the content is u...
Rom-888
Votes: 0
Answers: 1
How can I redirect a user to a certain page in my Next.js _app.tsx in a useEffect. Currently in infinite redirect loop
I am using Next.js and Firebase.
I want to allow users to sign up with Google, but I need to check at the app level whether the users status is "incomplete" or "active".
Here is my...
squish
Votes: 0
Answers: 0
Is there any option to change route and pass props to another component in Next.js?
I am at this path: http://localhost:3034/dashboard/one.
Now I want to pass a large object in another component <Edit/> that has an object and also change on the path to http://localhost:3034/das...
tirth1620
Votes: 0
Answers: 1
how to keep url query string values even on page refresh
I am using useRouter and Link, while navigating through my webapp. I attach query string to the links so that i can use the passed data of the query, in the page i am redirecting the user to. which wo...
jeho Ntanda
Votes: 0
Answers: 0