problem description
I am a java developer. Recently, I am not very clear about how this
server rendering is done. After reading the server rendering introduction of vue, I do not quite understand the previous writing interface of
. Then I get the data through js and show it again. What is this rendering?
what I understand is that the server acquires the data, splices it into html, and sends it directly to the client, but this process doesn"t quite understand how it is passed.
it feels that js is an invisible parameter. You can use it by writing any parameter. Where does this parameter come from? what"s the use? you don"t know what it contains.
the environmental background of the problems and what methods you have tried
read a lot of simple tutorials, a little understand, a little confused