Understanding Volto

I have studied How Plone works under the hood with Volto. I want to ask if Volto is an SSR node js server that communicates with Classic Plone backend (python ) through Rest API Now the thing I want to ask is Why Volto is referred to as a frontend?.

My understanding is that the node server is used to render the front page, to make the site indexable by search engines, but after that it is React in the browser that takes over.

1 Like

Frontend is the thing that generates what the users see. Maybe this will help: 1. Volto Client - Server duality – Effective Volto – Architecture — Plone Training 2023 documentation

1 Like