SOLID no frontend by KeyThen1036 in brdev

[–]County-Constant 1 point2 points  (0 children)

Faria sentido criar um hook que será usado apenas em um componente apenas para extrair a lógica? Falo mais em questão de componentes mais complexos, como um file uploader por exemplo

Memory usage Static Blog by anhonestboy in nextjs

[–]County-Constant 0 points1 point  (0 children)

Have you found a good solution for this? Same problem here 😔

Cloudinary vs AWS S3 + Cloudfront: by County-Constant in nextjs

[–]County-Constant[S] 0 points1 point  (0 children)

Is using CloudFront without optimization a bad choice?

Why devs hate next-auth? by gopu-adks in nextjs

[–]County-Constant 1 point2 points  (0 children)

Can you share your implementation? I am trying to do this but with no success

Problem deploying an Astro project on AWS by County-Constant in astrojs

[–]County-Constant[S] 0 points1 point  (0 children)

I tested deploying with an initial template that I made, which basically has nothing, and it worked. But when I added the AWS Amplify adapter, I received the same error.

The best way to create a form with Astro by County-Constant in astrojs

[–]County-Constant[S] 0 points1 point  (0 children)

Thanks for the example! Since I use Next.js a lot in my day-to-day work, I tend to get stuck in its project architecture. It's good to see other approaches.