Hi, I am trying to describe the behavior of the router and its routes. Am I correct in saying that:
The route chain is called in reverse order to the order in which you add them.
Chaining routes enables you to add another route chain to a route.
I was thinking of providing a diagram something like:
Route1 ^
Route2 |
Route3 |
Route4 |
Route1 ^ ( A route chain of Route4 )
Route2 |
Route3 |
Route5 |
I hope that makes sense :)
Thx
