Electron and React app experiences refresh-like effect during IPC database operations
I’m developing a desktop application using Electron and React, and I’m encountering an issue where performing write operations to a SQLite database via IPC causes a refresh-like effect in the UI. This happens without the page actually reloading.