Replies: 2 comments
-
Why not? It's totally possible. For auth, you can try using next-auth or Auth0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@arunoda Does the Vercel dashboard use SSR or simply skip it using dynamic imports since the layout need to be loaded based on the logged in user (Normally we keep the user session in the browser.)? |
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.
-
I'm pretty sure that Next.js is good for web sites/apps where most of the content is either static or completely derived from user input, requiring no HTTP request to an HTTP API backend.
But is Next.js good for web apps that require user sign-in and that displays data that all come from requests to an HTTP API backend?
Beta Was this translation helpful? Give feedback.
All reactions