NA +91-8727899942 thecoderjob@gmail.com

CHAPTER - 45

Navigation on Click

Its helpfull for navigate one page to another page.

Here's is the Code !!

import React from "react";
import { BrowserRouter as Router, Route, useNavigate } from "react-router-dom";

function NavigationExample() {
  const navigate = useNavigate();
  return (
       <>
           <button onClick={navigate("/about")}>Go to about page </button>
      </>
     )
}

export default NavigationExample;

Chapter 44

SearchParams and setSearchParmas

Previous chapter

Get In Touch

NA

thecoderjob@gmail.com

+91-8727899942

Popular Links

© www.thecoderjob.com. All Rights Reserved.               Designed by HTML Codex