HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jpjuni0r

no profile record

コメント

jpjuni0r
·11 か月前·議論
> if you use simple unchanged files for other dynamic stuff like JSON etc, you can just generate those on build and serve those files in the host directly

Other web frameworks support this too, if you look for "static export" options. Next.js, for example, supports this via the getInitialProps function.

What I like especially about Astro, that you perform this data loading during build time from any component/file on your page. With Next.js, this is only possible via the top level Page component.
jpjuni0r
·7 年前·議論
I'm curious how sscanf is considered bad?