Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

116
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda