Do you know what Server Side Rendering (SSR) is?
1 When your browser makes a request to a website, the server returns a JS bundle with HTML templates, CSS stylesheets, JavaScript files, and other static assets (such as images and fonts..)
2 The JavaScript files received, are used to manipulate th...
codeprerna.hashnode.dev1 min read