Hello, is it possible to modify HTML of react site using cloudflare workers with HTMLRewriter? If m
Hello, is it possible to modify HTML of react site using cloudflare workers with HTMLRewriter?
If my understanding is correct cloudflare workers modify HTTP responses.
But on react site there is not a new HTTP request when page is loaded because react works by changing DOM content.
Any help and explanations would be greatly appreciated!
If my understanding is correct cloudflare workers modify HTTP responses.
But on react site there is not a new HTTP request when page is loaded because react works by changing DOM content.
Any help and explanations would be greatly appreciated!

