|
|
|
|
|
by myth_drannon
1834 days ago
|
|
Can you elaborate?
My understanding is that SSR and NextJS are good for SEO and low powered devices with a slow connection. You load the content before the interactive js ...etc.
Why would enterprise apps care about SEO, slow connection speeds.
If it's data heavy, it means you still need to fetch data from db before you return html, so SSR is pointless. |
|
I'm very confused by this statement. Maybe I'm just being slow. If you want to fetch data from the db before returning html, then SSR is exactly what you want.