We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2065cea commit d3950b7Copy full SHA for d3950b7
docs/src/reference/router.md
@@ -50,6 +50,6 @@ URL router that enables the ability to conditionally render other components bas
50
| --- | --- |
51
| `#!python VdomDict | None` | The matched component/path after it has been fully rendered. |
52
53
-??? question "How is this different from `#!python reactpy_router.simple.router`?"
+??? question "How is this different from `#!python reactpy_router.browser_router`?"
54
55
- This component utilizes `reactpy-router` under the hood, but provides a more Django-like URL routing syntax.
+ The `django_router` component utilizes the same internals as `browser_router`, but provides a more Django-like URL routing syntax.
0 commit comments