What's the best framework/tool to develop Desktop applications (windows,mac,linux)
I am coming from a web dev background (react) but because of some requirements I'll have to work on a desktop application. I checked out some frameworks. What would be the best choice among the below ones? 1. Tauri 2.0 (React) 2. PyQT(Pyside6 now): this was recommended. 3. ElectronJS 4. React native (for desktop) 5. Flutter desktop
I mainly have to work on frontend side and let me know if there are better choices compared to above.
Requirements: Cloning an already existing web based site made in react end to end but more end user friendly right now it was an internal tool but it will be outsourced soon. The desktop application doesn't have to work in offline mode. Following functionalities are needed: - Clean UI and secured - storing reports etc in pdf/csv format in desktop - Supporting asynchronous tasks - We already have a running backend so just need to integrate APIs