'In React, is there any usual convention to call next parameter that is a URL after successful login
In Django, I use next for the URL redirect parameter. like domain.com/login?next=myprofile
It's like when I go to a url that require authentication, I'm redirected to login url with the next parameter.
After I succeed in login, I'm redirect to the next url.
But it seems different in React, especially there is a popular javascript library, Next.js
Next.js prevents me to search any related articles.
Thanks for answering this silly question in advance!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
