Sometimes you don't write a web application running on a page by itself but working as a plugin on an existing page. It's helpful to have configuration to disable url routing and use something called `internal router` to make the app easily embedded.
Sometimes you don't write a web application running on a page by itself but working as a plugin on an existing page.
It's helpful to have configuration to disable url routing and use something called
internal routerto make the app easily embedded.