This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Cleanup /dashboard.tsx
code
#9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest-accepted
help wanted
Extra attention is needed
Description
This is a very early prototype of this project. The
/dashboard
was done with getting it working as soon as possible in mind, we would want to clean up this page and decouple some components/logic off the file.Some Design Philosophies
const value = query.data ?? []
. I prefer the former of destructing the queryconst { data, isLoading } = api...useQuery()
. Ideally we do this for everything.The text was updated successfully, but these errors were encountered: