Define different components for dynamic routes
[issue link]Hi! Is there a way to define different components for dynamic routes?
For example, I want one component for my-app/a, my-app/b, my-app/c routes and another component for my-app/d, my-app/e, my-app/f routes where a, b, c and d, e, f are defined by validate method.