workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

Loading AccountsView feels mushy #206

Closed SvenDowideit closed 2 years ago

SvenDowideit commented 2 years ago

it takes longer to load, so may need a spinner

https://github.com/workbenchapp/solana-workbench/pull/123#issuecomment-1181211738

Sven's planning on redoing how we get the account data - on learning more React things, I think we have some improvements that will come from making the data lifecycle and its display more idiomatic (atm, i'm looking at useQuery atm)