does anyone know which UI technology has been used...
# random
c
does anyone know which UI technology has been used by developing the jetbrains toolbox app ?
k
On the client side, JetBrains Toolbox app is a native Qt-based application, which includes an embedded browser (Qt WebEngine based on Blink) to show you a web page and keeps a tray icon. The UI in the browser is done with React/Redux and ES6, while Webpack is used to pack all this functionality.
c
thats the blog article i was searching for, thanks!