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
2020
2121## Summary
2222
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 )
2424
2525A progressively enhanced HTML [ ` <form> ` ] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form )
2626that 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
2020
2121## Summary
2222
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 )
2424
2525A progressively enhanced [ ` <a href> ` ] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a )
2626wrapper 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
2020
2121## Summary
2222
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 )
2424
2525Wraps [ ` <Link> ` ] ( ../components/Link ) with additional props for styling active and
2626pending states.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ navigate(1);
101101
102102Be cautious with ` navigate(number) ` . If your application can load up to a
103103route 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)
105105entry to go back or forward to, or it can go somewhere you don't expect
106106(like a different domain).
107107
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
2020
2121## Summary
2222
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 )
2424
2525Create route objects from JSX elements instead of arrays of objects.
2626
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
2020
2121## Summary
2222
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 )
2424
2525A redirect [ ` Response ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Response ) .
2626Sets 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
2020
2121## Summary
2222
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 )
2424
2525A redirect [ ` Response ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Response )
2626that 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
2020
2121## Summary
2222
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 )
2424
2525A redirect [ ` Response ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Response )
2626that 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