Answers for "redirect with data in react js"

60

redirect react js

window.location.href = "http://mywebsite.com/home.html";
Posted by: Guest on July-18-2019
1

how to send data between components in react with redirect

<Redirect
  to={{
    pathname: "/page",
    state: data // your data array of objects
  }}
>
Posted by: Guest on September-07-2021

Browse Popular Code Answers by Language