I am learning web development, and I found that to render a change in a web-site, we will have to make a request to the server (say it's built using express.js), and the server will render the new page, from the EJS templates provided. But in this case, whenever a change has to be reflected on the client-side, the entire web-page must be received and rendered in the browser.
I want to know if there is a way in the vanilla JS, through which I can render only a part of the page, instead of rendering the complete page again and again?
Thank you!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…