4.2.0
- Introduced dynamic routing via
routes
config option. It is an object in the format of{path: page}
. Any named parameters in thepath
string get passed as query params to the page.
routes
config option. It is an object in the format of {path: page}
. Any named parameters in the path
string get passed as query params to the page.