Next.js Discord

Discord Forum

Should I be exporting my app or am I fine to simply build -> start?

Answered
Griffon Nivernais posted this in #help-forum
Open in Discord
Griffon NivernaisOP
Purely curious, I know that exporting is effectively building to static resources and was curious if that would be better for a large scale application/not, as I don't really know the criterium for when exporting is necessary.
Answered by Arinji
exporting is when you dont have a nodejs server, it returns html and js
View full answer

6 Replies

exporting is when you dont have a nodejs server, it returns html and js
Answer
@Griffon Nivernais any other issues?
@Arinji <@668906205799907348> any other issues?
Griffon NivernaisOP
Nah that's all, I'll mark that as the solution in a second.
Thank you so much! ❤️