Skip to content

Commit 99e983d

Browse files
committed
Merge pull request #1191 from ntdb/patch-1
Document Link param functionality
2 parents 4186569 + 37cf332 commit 99e983d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guides/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ functionality like control/command clicking to open in a new tab. Also,
407407
when the route a link references is active, you get the `active` css
408408
class to easily style your UI.
409409

410+
Pass params to `<Link/>` using `<Link params={route_params} />` when
411+
navigating users through routes that include dynamic segments.
412+
410413
### `<NotFoundRoute/>`
411414

412415
At any level of your UI nesting, you can render a handler if the url

0 commit comments

Comments
 (0)