feat: cleaner frontend routing #64
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#64
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/better-frontend-routing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Implements a
react-router
-inspired routing module that facilitates setting up routes based on paths (+patterns).This also includes substituting the older routing logic with the router.
Now that the application root has better routing options, the downstream components can be refactored to push complexity away from
App
.