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