Break Frontend Views into Unique Components
All the frontend views on the admin page could realistically be their own components/files with respective axios
clients to manage their connections. This may also improve loading-time behavior, etc.
Largely, this will benefit us, the developers, by preventing the "single-file-bloat" that's become evident in frontend/admin/AdminViews.js
file.