File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/do
20
20
21
21
## Summary
22
22
23
- [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/variables /react_router.Form.html )
23
+ [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/functions /react_router.Form.html )
24
24
25
25
A progressively enhanced HTML [ ` <form> ` ] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form )
26
26
that submits data to actions via [ ` fetch ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/fetch ) ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/do
20
20
21
21
## Summary
22
22
23
- [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/variables /react_router.Link.html )
23
+ [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/functions /react_router.Link.html )
24
24
25
25
A progressively enhanced [ ` <a href> ` ] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a )
26
26
wrapper to enable navigation with client-side routing.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/do
20
20
21
21
## Summary
22
22
23
- [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/variables /react_router.NavLink.html )
23
+ [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/functions /react_router.NavLink.html )
24
24
25
25
Wraps [ ` <Link> ` ] ( ../components/Link ) with additional props for styling active and
26
26
pending states.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ navigate(1);
101
101
102
102
Be cautious with ` navigate(number) ` . If your application can load up to a
103
103
route that has a button that tries to navigate forward / back , there may not be
104
- a [` History ` ](https :// developer.mozilla.org/en-US/docs/Web/API/History)
104
+ a ` [ ` History ` ](https://developer.mozilla.org/en-US/docs/Web/API/History)
105
105
entry to go back or forward to, or it can go somewhere you don't expect
106
106
(like a different domain).
107
107
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/co
20
20
21
21
## Summary
22
22
23
- [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/variables /react_router.createRoutesFromElements.html )
23
+ [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/functions /react_router.createRoutesFromElements.html )
24
24
25
25
Create route objects from JSX elements instead of arrays of objects.
26
26
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/ro
20
20
21
21
## Summary
22
22
23
- [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/variables /react_router.redirect.html )
23
+ [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/functions /react_router.redirect.html )
24
24
25
25
A redirect [ ` Response ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Response ) .
26
26
Sets the status code and the [ ` Location ` ] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/ro
20
20
21
21
## Summary
22
22
23
- [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/variables /react_router.redirectDocument.html )
23
+ [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/functions /react_router.redirectDocument.html )
24
24
25
25
A redirect [ ` Response ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Response )
26
26
that will force a document reload to the new location. Sets the status code
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/ro
20
20
21
21
## Summary
22
22
23
- [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/variables /react_router.replace.html )
23
+ [ Reference Documentation ↗] ( https://api.reactrouter.com/v7/functions /react_router.replace.html )
24
24
25
25
A redirect [ ` Response ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Response )
26
26
that will perform a [ ` history.replaceState ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState )
You can’t perform that action at this time.
0 commit comments