Skip to content

Commit 37cf332

Browse files
committed
Update overview.md
Document the `<Link />` functionality added in #231
1 parent aa4e682 commit 37cf332

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)