Frontmatter
| id | 5163 |
| title | controller.Base: defaultHash config |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Dec 7, 2023, 9:03 PM |
| updatedAt | Dec 7, 2023, 10:39 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5163 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 7, 2023, 10:39 PM |
if an app starts without a hash value inside the url, it should be possible to use a default one.
this approach is superior compared to using
defaultRoute, since we can ensure that there is no state change (e.g. instance recreation) when switch from an non-existent hash to the default one.@ThorstenRaab