Use useMemoize from VueUse to Optimize Pinia Loader Functions
To handle our data efficiently, we're taking caching to the next level by using useMemoize from VueUse in our Pinia stores. With useMemoize, we’ll fetch project data just once and keep it cached, so the app loads instantly when users revisit.