The goal is to initialize faster and delete unecesary hooks/logic
- some stuff can be added to cookie so ssr can use it which reduces use client, check for where we can do that and convert from local storage to cookie
- optimize queries made on initial load
- merge some queries and see if we can activate persistence on tanstack
- Delete useCoins as it can be called on coins page as needed
- Audit other hooks for whether useful or can be merged
- Intiailize useFactiiis with local db storage
- maybe limit total storage for client
- See if we can persist posts in usePosts
- Might be pointless unless we store posts sent to each user so the server knows when it can send id with updatedAt vs whole post