📄️ Link
The Link component can be used like a normal a component.
📄️ Navigate
The Navigate component navigate to the path set in href.
📄️ Route
The Route component displays a route within your app.
📄️ Switch
The Switch component holds a list of routes.
📄️ fast-router
fast-router is a new routing libary build for React v18.
📄️ navigate()
The navigate function is there for navigating and changing the location state.
📄️ useLocationState()
The useLocationState hook is there for getting the current location state.
📄️ useParams()
The useParams hook is there for getting the params from the pathname.
📄️ usePathname()
The usePathname hook is there for getting the current pathname.
📄️ useSearch()
The useSearch hook is there for getting the current search.