One big thing is you have to do all your network things at the setup step, which means if anything needs to make requests after that, like Next.js fetching font at build step, it will break.
One big thing is you have to do all your network things at the setup step, which means if anything needs to make requests after that, like Next.js fetching font at build step, it will break.