You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
364 B
13 lines
364 B
## Routing Summary
|
|
|
|
You now can create a single page application that allows the user to:
|
|
|
|
- Navigate to different parts of the application as if it were multiple pages
|
|
- Bookmark/Share different parts of the application as if it were multiple pages
|
|
|
|
These types of pages can be:
|
|
|
|
1. Normal pages
|
|
1. Pages that take URL parameters
|
|
1. Pages with sub (child) routes
|