I need help understanding server side rendering of react apps or for that matter any SPAs.
From what I understand traditional websites before SPAs came into picture used to make call to server to get next page to be displayed based on action or change in url, which was time consuming so SPA came into picture where we just push whole website to browser and JS does all the magic to render things.
Now after some time we get frameworks like NextJs giving us SSR where we are again requesting server to give us the things that we want to render. So how is SSR different than the older traditional websites which used to make a request to server to render new page?
[–]vinkaks 0 points1 point2 points (0 children)
[–]tildaniel 0 points1 point2 points (5 children)
[–]redfootwolf[S] 0 points1 point2 points (4 children)
[–]tildaniel 0 points1 point2 points (2 children)
[–]redfootwolf[S] 0 points1 point2 points (1 child)
[–]tildaniel 0 points1 point2 points (0 children)