Routing in ExtJS 5 using MVC Controller

Description

This example shows how to implement routing in ExtJS 5 application. The application uses MVVM architecture and the routing is implemented using MVC controller.

Important note: The application runs in iframe so you do not see how url changes when selecting customers in the grid or view. However, browser's back and forward buttons work to navigate within the application.

If you want to see how url changes open the application in new window.

Open this example in a new tab ↗

Main features