Tell the backend the template path that your front end needs to render, and write down the data that needs to be rendered in the template using the template engine. Access the interface and insert data mixed with html strings into the front end. ————This is what the front end needs to do
Add the node middle layer to connect the background interface and server-side rendering, choose vue/react, and make isomorphic projects. One code supports server-side/client-side rendering at the same time
Tell the backend the template path that your front end needs to render, and write down the data that needs to be rendered in the template using the template engine. Access the interface and insert data mixed with html strings into the front end. ————This is what the front end needs to do
Add the node middle layer to connect the background interface and server-side rendering, choose vue/react, and make isomorphic projects. One code supports server-side/client-side rendering at the same time
fiddler