Hello, I am developing a POS App with Electron and React.js. The app uses multiple shopping carts. I can add, modify and delete shopping carts. However I would like to also store the current state of the shopping carts so that when the app is closed and opened again later, the app loads the shopping carts with the different products the user selected previously for that cart. Any recommended approach to do this?