React route

    0

    3

    Jose Romero

    reactroutereact-router-dom
    React TypeScript Recipes

    The code declares a route with the path "/" and an element representing the App component. The route is available to views that are placed inside the folder "/" (i.e. /pages/).

    Library: react

    Shortcut: react.route.create

    import { Route } from 'react-router-dom';
    
    <Route path="/" element={<App />}>
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.