Manipulating React like HTML + JS

Hello, followed your tutorial on react, was great but you were using the script tag.
I used create-react-app and had to some changes.
Now i have issues with using svg's files in my react and trying to give the header states to change to when on other components.
Please would deeply appreciate ya help. Great community by the way.

Doesn’t create-react-app just place the script files in a separate location? Did your SVGs work when using the script approach with the code inline?

Thanks for the reply.
No I didn’t use the svg’s with the script tag.
Or should i create a sandbox?

If you can post an example, that would be helpful :slight_smile:

my sandbox
The svg’s aren’t displaying properly