About 465,000 results
Open links in new tab
  1. React Router Official Documentation

    A user‑obsessed, standards‑focused, multi‑strategy router you can deploy anywhere.

  2. Quick Start | React Router

    However, this guide will explain everything the CLI does to set up your project. Instead of using the CLI, you can follow these steps. If you're just getting started with React Router, we …

  3. React Router Official Documentation

    Keep using React Router the same way you already do. All new bundling, server rendering, pre-rendering, and streaming features allow you bridge the gap from React 18 to 19 incrementally. …

  4. Instrumentation | React Router

    With the React Router Instrumentation APIs, you provide "wrapper" functions that execute around your request handlers, router operations, route middlewares, and/or route handlers.

  5. Routing | React Router

    Dynamic Segments If a path segment starts with : then it becomes a "dynamic segment". When the route matches the URL, the dynamic segment will be parsed from the URL and provided …

  6. React Router: Declarative Routing for React.js

    Hopefully these examples give you a feel for what it’s like to create a web app with React Router. Keep reading to learn more about the primary components in React Router!

  7. Routing | React Router

    If you prefer to define your routes via file naming conventions rather than configuration, the @react-router/fs-routes package provides a file system routing convention.