Nextjs.org/Learn Question
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
Following the new learn stuff, and I'm doing the part where it streams it components as they finish loading. Local and Prod have the exact same code (I even did
vercel --prod), but the streaming does not happen right in production on the first load like local does. It only works if I'm already on the site and come back to it like in the video. Any ideas why?5 Replies
Original message was deleted
Transvaal lionOP
No
@Transvaal lion Following the new learn stuff, and I'm doing the part where it streams it components as they finish loading. Local and Prod have the exact same code (I even did `vercel --prod`), but the streaming does not happen right in production on the first load like local does. It only works if I'm already on the site and come back to it like in the video. Any ideas why?
i think this is what partial prerendering aims to achieve
but for now it's not working well yet
sometimes it works, sometimes it doesn't, here it doesn't
@joulev but for now it's not working well yet
Transvaal lionOP
oh ok