Why give an “abstract: true” state a url?
The reason you would use an abstract state is to keep your definition dry when you have a part of your url non-navigable. For example, say that you had a url scheme like the following: /home/index /home/contact However, for whatever reason in your design, this url was invalid (i.e. no purpose for a page): /home … Read more