Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

204
Visualizações
How to track , on url change in React app

this is App.js - this is good

<Route path='/page1'>
     <Page1 />
 </Route>

this is "/page1"

var location = window.location.href
<Link to="/page1/2">
    <p>Click to change</p>
</Link>

if i click on that paragraf it change url into /page1/2 but var location isnt changed its still /page1 -------------------------------------------------------------------------------------------------------------------- I want when url chaged to set var location to new location (window.location.href)(/page1/2)

// or i need just show me how to "on url changed" do something what-ever maybe alert('url changed') or console.log('url changed')

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

If you are using react-router, use useLocation hook to get the path.

import React from "react";
import { useLocation } from "react-router-dom";

export const App = () => {
  let location = useLocation();
  return <div>...</div>;
}
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda