How to implement AA script tag in a React JS project?
Hello,
I have a huge Adobe Audience <script> tag and I have to insert it into a React JS project.
I was instructed to insert it in <head> tag, but I am trying to avoid inserting it in my index.html file because I feel it's not the best practice to put
a lot of code in it. I am wondering if there is a way to work around this and inserting this script tag with an approach that is more React-like.
Thank you very much
