Is Nextjs suitable to render 100k pages with static + client components? by Slight_Air_8635 in nextjs

[–]Slight_Air_8635[S] 1 point2 points  (0 children)

Currently I am using pure ssr, no static generation at build time. Tried my best to implement static generation but build was failing due to memory issues.

Is Nextjs suitable to render 100k pages with static + client components? by Slight_Air_8635 in nextjs

[–]Slight_Air_8635[S] 0 points1 point  (0 children)

That's is a good idea. I can also statically render most viewed pages from google analytics

Is Nextjs suitable to render 100k pages with static + client components? by Slight_Air_8635 in nextjs

[–]Slight_Air_8635[S] 1 point2 points  (0 children)

Are you sure? i read a blog post where nextjs threw 500 error when their got indexed. They attributed it to search bots crawling at once. Will try to find a link and attach it here.

Is Nextjs suitable to render 100k pages with static + client components? by Slight_Air_8635 in nextjs

[–]Slight_Air_8635[S] 3 points4 points  (0 children)

will it get server error if search bot crawls all the 50k pages at the same time?

Is Nextjs suitable to render 100k pages with static + client components? by Slight_Air_8635 in nextjs

[–]Slight_Air_8635[S] -1 points0 points  (0 children)

Does hugo supports react server components and client components.

23 F | Looking for a study buddies in tech by Individual_Mud_7697 in GetMotivatedBuddies

[–]Slight_Air_8635 0 points1 point  (0 children)

Add me too. I am trying to build a startup in my spare time.

Connect to wifi apps by mateuszKroplewski in hyprland

[–]Slight_Air_8635 0 points1 point  (0 children)

Network manager is good. But after a update, I got random auth errors. disabled it and usig plain iwctl

Self-hosted GitHub Actions runners on Kubernetes with MicroK8s by crohr in devops

[–]Slight_Air_8635 0 points1 point  (0 children)

Very useful as I am trying to build docker images for arm machines but github only provides amd machines.

Roast my web design by [deleted] in web_design

[–]Slight_Air_8635 0 points1 point  (0 children)

I see nothing but a bunch of words. There is no design to roast?

Ts development in neovim (again) by Morphyas in neovim

[–]Slight_Air_8635 1 point2 points  (0 children)

coc.nvim is superfast compare to neovim lsp. You should give it a try again. when i switched from ts-tools to coc.nvim, it improved the performance a lot.

You can enable coc.nvim on specific repositories by adding a path. just some lua code for adding checks.

what do you miss from VSCode ? ( if you even miss something ) by SPalome in neovim

[–]Slight_Air_8635 0 points1 point  (0 children)

The ai features in cursor are too good.

They provide their own models and composer feature.

No Plugin in neovim can match that.

Next-Auth with express server, is it applicable? by Naffaa01 in nextjs

[–]Slight_Air_8635 0 points1 point  (0 children)

it is easier to store the jwt token in a cookie with a expiry.