HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MalseMattie

no profile record

comments

MalseMattie
·w zeszłym roku·discuss
This statement was sorely needed for this discussion to move forward. Hopefully the last section fills the needed parties with resolve
MalseMattie
·3 lata temu·discuss
There is a plugin for that: https://github.com/JoshuaKGoldberg/prettier-plugin-curly
MalseMattie
·3 lata temu·discuss
Yes, the app router allows for the same static generation.[0] It is the default rendering strategy, and the page only becomes "dynamic" (rendered at request time) if the page has a "dynamic function". (functions that use URL search params etc.)

[0] https://nextjs.org/docs/app/building-your-application/render...