Wednesday 30 September 2020

next.js: what you think about SSR only for search crawlers and known bots? And no SSR for users?

I posted a question about this to stackoverflow, no answer so far, could you take a look please?As it seems to me, rendering of react components is a complex task for a server, I think it's maybe hundred or thousand times more server work than a regular API, which validates params, makes query and responds with json.So is it a good idea to do SSR only for bots, based on user-agent header? How would you resolve it?

Submitted October 01, 2020 at 06:30AM by romeeres

No comments:

Post a Comment