jacobrobertsbaca / zero

Simple zero-based budgeting
https://zerobudget.vercel.app
MIT License
0 stars 0 forks source link

Migrate all homebrew cache logic to SWR #27

Closed jacobrobertsbaca closed 6 months ago

jacobrobertsbaca commented 6 months ago

All of the current caching logic in the app is a mess. It's not stable, it's bug prone when refreshing the page, and opens to the door to all kinds of coherency problems.

All of it should be replaced with React SWR.