Hacker News new | ask | show | jobs
by mistersys 1963 days ago
I understand your point here, but I think we're a couple of innovations away from dramatically reducing the cost of UI development.

The state of the art for web and mobile app development is a delicate stack of tools that require a lot of expertise to wield. However, if you pay attention, most the complexity of modern UI development is accidental, not fundamental.

Figma already has "auto-layout", which is essentially flexbox. Imagine a world where your designer just builds your whole app with in Figma with flexbox-like constraints, then they hand off to your developer who just writes a couple of snippets code to wire it up to a database and makes sure the elements are configured to be SEO friendly.

IMO developers dramatically underestimate the power of GUI tools to usurp their role because we think in terms of such low level tools.

1 comments

Oh yeah that is absolutely a direction I can see this going. But that's enabling completely custom UI/UX and behaviours per screen. It's the form-builder style generic tools that I think have limited uses in consumer software.