Global State Management in an Electron Application
Bringing the VueJS tool Pinia into our Electron application to manage its internal state. This post assumes you have followed along with my previous post.
What is a Store?
A Store is an entity that manages the global state of your application. It ...
codybontecou.hashnode.dev3 min read