react-router, Next.js or Other Routing #59
jimmysyntax
started this conversation in
Ideas
Replies: 1 comment
|
Here is something to consider. React produces a block of Javascript that then gets HTML from the server. Next.js does server side rendering, and HTML is sent to the client, with no delay for rendering. This video makes it clear. |
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.
We're choosing a routing system for our react project, and we want to get the advice from the community. What is the best routing system for what reasons? Which option would you go with and why? Thanks for all your advice.
All reactions