DEV Community

Melissa Longenberger
Melissa Longenberger

Posted on

Adding js to react app

I have a js function for a chat service. Typically when building a site and using this I simply add the function to the .js file that is linked to the page that I want this chat service to show. I am unsure how I can still accomplish this when using react. Is is simply just like linking another .js file?

Top comments (0)