-
Notifications
You must be signed in to change notification settings - Fork 59.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Refactor with React Router #643
Comments
Nextjs comes with routing functionality and should not use React Router |
This will make significant changes to the current code and may affect most of the current PR |
I prefer to treat this project as a SPA app, and disable most of SSR rendering. |
SPA can also be implemented by routing, using Next.js's layout.ts and |
Yidadaa
added a commit
that referenced
this issue
Apr 20, 2023
refactor: close #643 use react router
lileihappy123
pushed a commit
to lileihappy123/ChatGPT-Next-Web
that referenced
this issue
Apr 22, 2023
yxl
pushed a commit
to yxl/ChatGPT-Next-Web
that referenced
this issue
May 4, 2023
yxl
pushed a commit
to yxl/ChatGPT-Next-Web
that referenced
this issue
May 4, 2023
refactor: close ChatGPTNextWeb#643 use react router
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should use React Router to navigate between pages, this will make the development of future features simpler.
Related features: #640 #519 #138
The text was updated successfully, but these errors were encountered: