#ssr
Read more stories on Hashnode
Articles with this tag
When you write an address in the browser, you are telling the browser to go to a server and give you some data. The way an SPA(single page app) works...
The way angular universal works is that it makes the http calls on the server, loads the app with the data on the client, then it makes the http...