with JS and Vue.js
@mono_guerin
SSR stands for Server Side Rendering.
"Process run on the server that returns a dynamically created HTML file that will be the response of a web request."
Can be achieved using different languages and technologies like PHP, JAVA, .NET, Javascript...
Ability to render Javascript applications on the server normally using Node.js.
One of the greatest strengths of frameworks/libraries like React, Angular 2+, and Vue.js.
www.awesomepage.com
www.awesomepage.com
/about
/portfolio
/services
/contact
awesomepage.com
/#about
/#portfolio
/#services
/#contact
index.html
One page
Crawlers don't understand/load javascript
Not dynamic (same meta tags for all pages)
Too much processing in the client side for rendering.
Possible blank pages.
Possible flickering pages.
Slow internet connections will take a lot to the FCP.
www.awesomepage.com
/about
/portfolio
/services
/contact
Now with content!
*can be slower