Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

115
Views
External Javascript is not working after converting html/bootstrap template into react app
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="%PUBLIC_URL%/lib/wow/wow.min.js"></script>
<script src="%PUBLIC_URL%/lib/easing/easing.min.js"></script>
<script src="%PUBLIC_URL%/lib/waypoints/waypoints.min.js"></script>
<script src="%PUBLIC_URL%/lib/owlcarousel/owl.carousel.min.js"></script>
<script src="%PUBLIC_URL%/lib/tempusdominus/js/moment.min.js"></script>

I copied my assets folder in the public folder of the React project and put all reference tags accordingly in the head section and in the body section but when the application loads everything is working except Javascript (animation, some scroll functions are not working) some of my js working some of it is not, anyone with the same problem or anyone who solved it, I've tried everything but got no luck, please help me if you can.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Most of the JavaScript libraries you've included won't work in a React application. You either need to find React friendly alternatives to those, or create special wrappers. This happens because methods like document.querySelector will not work out of the box in a React application, because you either need to wrap them in a useEffect hook to make sure your DOM is loaded, or use useRef instead.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!