HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MalseMattie

no profile record

comments

MalseMattie
·letztes Jahr·discuss
This statement was sorely needed for this discussion to move forward. Hopefully the last section fills the needed parties with resolve
MalseMattie
·vor 3 Jahren·discuss
There is a plugin for that: https://github.com/JoshuaKGoldberg/prettier-plugin-curly
MalseMattie
·vor 3 Jahren·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...