Hello! I have a technical question about Nodejs, ejs template engine and react. I am not interested to do react server side rendering but I want to know if I have ejs template on server that deliver HTML rendered file to the client, how could I serve it to the react but it renders in the client side?
Thanks