Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
- focusotter
- foxscotch
- frontsideair
- fucancode
- fyzhu
- fz6m
- gaspard
Expand Down
2 changes: 1 addition & 1 deletion docs/start/framework/navigating.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Forms with `<Form method="post" />` will also navigate to the action prop but wi

## redirect

Inside of route loaders and actions, you can `redirect` to another URL.
Inside of route loaders and actions, you can `redirect` to another URL. Note: the `return` statement is mandatory.

```tsx
import { redirect } from "react-router";
Expand Down