Router
Static Method Summary
| Static Public Methods | ||
| public static |
asyncRenderer(props: *): * |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(opts: *) |
|
Method Summary
| Public Methods | ||
| public |
createHistory(): * |
|
| public |
createMatchOptions(routes: *, history: *, http: *): * |
|
| public |
getComponent(renderProps: *, http: *): * |
|
| public |
getMiddleware(history: *): * |
|
| public |
getReducers(): * |
|
| public |
getRoutes(store: *): * |
|
| public |
match(history: *, store: *, http: *, callback: *) |
|
| public |
registerStore(history: *, store: *): * |
|
Static Public Methods
public static asyncRenderer(props: *): * source
Params:
| Name | Type | Attribute | Description |
| props | * |
Return:
| * |
Public Constructors
public constructor(opts: *) source
Params:
| Name | Type | Attribute | Description |
| opts | * |
Public Methods
public createMatchOptions(routes: *, history: *, http: *): * source
Params:
| Name | Type | Attribute | Description |
| routes | * | ||
| history | * | ||
| http | * |
Return:
| * |
public getComponent(renderProps: *, http: *): * source
Params:
| Name | Type | Attribute | Description |
| renderProps | * | ||
| http | * |
Return:
| * |
public match(history: *, store: *, http: *, callback: *) source
Params:
| Name | Type | Attribute | Description |
| history | * | ||
| store | * | ||
| http | * | ||
| callback | * |
public registerStore(history: *, store: *): * source
Params:
| Name | Type | Attribute | Description |
| history | * | ||
| store | * |
Return:
| * |