What is Server-Side Rendering and Client-Side Rendering?
Server-side rendering – server generates a view and delivers it to the client. This was the norm back in the day. With this solution: you build a web page, the server compiles everything, including the data and delivers a fully populated HTML page to...
mspasenovski.hashnode.dev2 min read