←back to thread

367 points lemonberry | 2 comments | | HN request time: 0.664s | source
Show context
Animats ◴[] No.24643440[source]
What's so embarrassing is that the HTML/CSS/Javascript mess does roughly the job Visual Basic did. But worse.
replies(2): >>24643900 #>>24666706 #
runawaybottle ◴[] No.24643900[source]
Is that true? If I download Visual Basic right now, could I make a sensible visual app vs React?

I’m tempted to see if the truth is really out there.

replies(1): >>24644100 #
1. devit ◴[] No.24644100[source]
No, Visual Basic 6 can only place controls by X/Y position, has no databinding and no VDOM or way to create controls other than placing them in the designer or manually creating and destroying them in code.

It's pretty terrible unless you want to make UIs with a fixed size and set of controls.

replies(1): >>24644340 #
2. runawaybottle ◴[] No.24644340[source]
So then I’ll keep the question open. What is the dopest UI framework across any language with great paradigms, design language, developer experience, and of course, dope results?

Right now I’ll say the best iOS/android apps put web to shame. Is Flutter and SwiftUI where we should be looking? The question is specific to semi complex apps (typical crud), not websites.

replies(1): >>24645822 #