HACKER Q&A
📣 filipoi

Creating UIs – Alternatives to Web


How would you compare creating a UI for web (using modern js/ts frameworks/libs) with other ways of providing GUI (native desktop or mobile apps)?

From programmer point of view: which platform has the best tools for creating graphical interfaces? Why?


  👤 dfischer Accepted Answer ✓
Look up Immediate GUI vs Reactive Mode paradigms and that’ll explain a majority of what exists.