feat: cleaner frontend routing #64

Merged
mcataford merged 2 commits from feat/better-frontend-routing into main 2023-12-21 04:33:26 +00:00
mcataford commented 2023-12-21 03:51:50 +00:00 (Migrated from github.com)

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.

## 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`.
This repo is archived. You cannot comment on pull requests.
No description provided.