DEV Community

Discussion on: Adding external javascript script to React

Collapse
 
anesu profile image
Anesu Kafesu

Not sure why it doesn't work but I'd put the hello.js code in a function and export it from hello.js. Then import the function and call it from index.js.