SSR is server-side rendering,It doesn’t matter if SSR is given to the browser!
If there is a data = [], we will traverse the array and splice strings through JS. When running the client, these codes will be executed on the client to complete these functions, and then translate the string through the browser engine. SSR will directly complete this link on the server.