Does React work with AdSense in 2022?
I've one website where it does not pass the AdSense guidelines and I'm wondering whether it may be caused by react which loads all the content in a page like this (pretty react standard)
<!doctype html>
<html lang="en">
<head>
<title>Title</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
I do know that in the AdSense website they stated that it works better with a static content type, however all information is pretty vague and no where I've seen that you can't use react with AdSense, however nor the oppositve.
I think you can and I just thinking too much, especially because react is so popular, or am I wrong?