Bassan

My sister-in-law wanted a website for her editorial company. As she knew I was a frontend developer, she asked me if I could do it. What I accepted with pleasure!

The website is written using nuxt.js. Thanks to this technology, it is possible to write a web page with SSR (server-side rendering).

Server-side rendering (SSR) is a common technique for rendering a client-side single-page application (SPA) on the server, and then sending a fully rendered page to the client. The client's JavaScript package can then take over and the SPA can function normally. The use of SSR has one of the main advantages: an application that can be analyzed for its content, even for robots that do not run JavaScript code. This can help to reference and providing metadata to social media channels.

This allowed writing a SPA with Vue.js and Nuxt.js.

Bassan