Skip to contents

Usage

createHashRouter(...)

Arguments

...

Route elements. Pass directly, or (optionally) wrapped in createRoutesFromElements to mirror the official React Router v7 API.

Value

A createHashRouter component.

Details

Creates a hash router using the data router API. Use with createRoutesFromElements and Route.