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 f3bacc1 commit 9566c07Copy full SHA for 9566c07
modules/components/Route.js
@@ -25,10 +25,6 @@ var RESERVED_PROPS = {
25
* "active" and their components are rendered into the DOM, nested in the same
26
* order as they are in the tree.
27
*
28
- * Unlike Ember, a nested route's path does not build upon that of its parents.
29
- * This may seem like it creates more work up front in specifying URLs, but it
30
- * has the nice benefit of decoupling nested UI from "nested" URLs.
31
- *
32
* The preferred way to configure a router is using JSX. The XML-like syntax is
33
* a great way to visualize how routes are laid out in an application.
34
0 commit comments