Javascript – Differences between Pinia and Vue composition api
I know that Pinia offers some more features, like debugging, which I don't really need, so I was thinking to use just the composition api for store. But I noticed in with Pinia you can access values from variables directly.…