|
|
|
|
|
by harikb
130 days ago
|
|
As I outlined in a sibling comment. You can still use React and your JS developers. Just don't ship a whole browser with your app. May be an app that is as complex as Outlook needs the pixel-perfect tweaking of every little button that they need to ship their own browser for exact version match. But everything else can use *system native browser*. Use Tauri or Wails or many other solutions like these That said, I do agree on the other comments about TUIs etc. Yes, nobody cares about the right abstractions, not even the companies that literally depend on automating these applications |
|