Merge remote-tracking branch 'origin/rewrite' into rewrite
This commit is contained in:
commit
f49fd1c6a2
2 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ Argument | Type | Required | D
|
|||
---------------------- | ---------------------------------------- | -------- | ---
|
||||
`root` | `Element` | Yes | A DOM element that will be the parent node to the subtree
|
||||
`defaultRoute` | `String` | Yes | The route to redirect to if the current URL does not match a route
|
||||
`routes` | `Object<String,Component|RouteResolver>` | Yes | An object whose keys are route strings and values are either components or a [RouteResolver](advanced-component-resolution.md)
|
||||
`routes` | `Object<String,Component|RouteResolver>` | Yes | An object whose keys are route strings and values are either components or a [RouteResolver](#routeresolver)
|
||||
**returns** | | | Returns `undefined`
|
||||
|
||||
[How to read signatures](signatures.md)
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="https://fb.me/react-15.1.0.min.js"></script>
|
||||
<script src="https://fb.me/react-dom-15.1.0.min.js"></script>
|
||||
<script src="https://unpkg.com/react@15.3.2/dist/react.js"></script>
|
||||
<script src="https://unpkg.com/react-dom@15.3.2/dist/react-dom.js"></script>
|
||||
<script src="../ENV.js"></script>
|
||||
<script src="https://localvoid.github.io/perf-monitor/0.1/perf-monitor.js"></script>
|
||||
<script src="app.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue