are jade and jsp the same thing?
what are the advantages of templates such as jade over vue,react? What kind of scenarios are suitable for?
is jade server rendering?
are jade and jsp the same thing?
what are the advantages of templates such as jade over vue,react? What kind of scenarios are suitable for?
is jade server rendering?
his real name opposes the answer upstairs. I don't know why he answered that. Nodding his head and reading the following doesn't seem to be a rookie.
1Jade and Jsp are the same thing: templates for rendering web pages on the server;
2, the advantage is that when a website needs to do SEO, that is, SEO, it allows the crawler to climb to the complete HTML page, while through the front-end rendered pages such as Vue and React, the crawler initially grabs the HTML page with very little content, which is not friendly to the crawler. In addition, today, when more and more attention is paid to front-end performance, the disadvantage of back-end rendering will become more and more obvious. Except for interaction and visual performance, back-end rendering is not as good as front-end engineering. Back-end rendering focuses rendering pressure and network bandwidth on the server side, resulting in a shortage of resources.
3PowerJade is server-side rendering.
I hope I can help you.