Turtled
Turtled
TTCTheo's Typesafe Cult
Created by Turtled on 11/27/2022 in #questions
Next.js Limitations
Nice thanks for confirming that. Already started learning next, gonna use it for next project. @Barış-Pal
30 replies
TTCTheo's Typesafe Cult
Created by Turtled on 11/27/2022 in #questions
Next.js Limitations
Yeah but that's static then right
30 replies
TTCTheo's Typesafe Cult
Created by Turtled on 11/27/2022 in #questions
Next.js Limitations
Here we go this is what I'm looking for ty. Cons of nextjs. This is a good point, it's probably way easier on the server and the server doesn't need to support nodejs to serve the site with client side rendering
30 replies
TTCTheo's Typesafe Cult
Created by Turtled on 11/27/2022 in #questions
Next.js Limitations
Cause if there's nothing that nextjs can't do that vite can do, to me server side rendering just seems better
30 replies
TTCTheo's Typesafe Cult
Created by Turtled on 11/27/2022 in #questions
Next.js Limitations
@complexengine by next js's react I mean the way it renders it server side. I know if I want client side react I use cra or vite, I know if I want server side I use next. It's not helpful to state that. I'm trying to understand why someone would want to use vite over next
30 replies
TTCTheo's Typesafe Cult
Created by Turtled on 11/27/2022 in #questions
Next.js Limitations
So if I understand, next.js's react is the same react as client side rendered react, same capabilities. So there's really no good reason to use react by itself if you want good SEO and page load time.
30 replies
TTCTheo's Typesafe Cult
Created by Turtled on 11/27/2022 in #questions
Next.js Limitations
I mean it's full stack just all in the same project right
30 replies
TTCTheo's Typesafe Cult
Created by Turtled on 11/27/2022 in #questions
Next.js Limitations
@complexengine so next is just react but better? Or are there any limitations aka any reason to use regular client side rendered react instead
30 replies
TTCTheo's Typesafe Cult
Created by Chen on 11/7/2022 in #questions
Auth on Mobile vs Web
cookies prob
13 replies
TTCTheo's Typesafe Cult
Created by Chen on 11/7/2022 in #questions
Auth on Mobile vs Web
Those auth frameworks probably use cookies or local storage to store the token, both of which are browser specific things that mobile apps don't have access to without emulating it, so they need to store in a unique way.
13 replies