Hi everyone,
I'm new in web development with Node.js, and I would like to know what is the best way to reload part of rendered HTML page, when I retrieve other information from a database (e.g when perform a fetch with a GET request to retrieve a JSON list of object to visualize in a table).
Are there some best practices in Express or in EJS to handle this kind of behavior?
Thanks in advance!