NA +91-8727899942 thecoderjob@gmail.com

CHAPTER - 41

React Router - Links, NaBar, anchor Tag

Link are helpfull for move one page to another without page refresh.

Here's is the Code !!

import React from "react"
import { Link } from "react-router-dom"

const App = () => {
  return (
    <div>
      <h1>My React App</h1>
      <Link to="/about">Go to About Page</Link>
    </div>
  );
};

export default App;

Chapter 40

React Router install

Previous chapter

Chapter 42

404 Page Not Found and Redirect

Next chapter

Get In Touch

NA

thecoderjob@gmail.com

+91-8727899942

Popular Links

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