V
V
veteral2021-02-21 12:49:19
Express.js
veteral, 2021-02-21 12:49:19

When to use the express template engine and when to use ssr next?

Hello!
I'm learning express, react. Decided to write an online store. Everywhere they write that for SEO it is necessary to render the page on the server. To do this, use Next for the front. Question: what is the difference (when to use) the express template engine issuing the finished page and ssr on next. Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2021-02-21
@Casufi

I am a supporter of using https://prerender.io/ for SEO, so the load on the server increases only if the page is requested by a search bot, a regular visitor still takes the load of page formation on himself, and the overhead for the developer is an order of magnitude less

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question