I'm curious if there's a web development tool that allows for a drag-and-drop interface like WinForms or Java Swing. For instance, in WinForms, you can easily drag input fields and buttons, create events for them, and write the logic for a login feature. Is there something similar for web applications?
7 Answers
There is ASP.NET Web Forms, but it doesn't offer the drag-and-drop capabilities you're hoping for.
Check out Appsmith and Retool. They're focused on helping you build apps with a more visual approach, although it's not exactly like WinForms or Swing.
Honestly, if there was a truly effective drag-and-drop solution for web development, a lot of web developers would be out of work. It's a bit more complex than desktop apps due to the nature of the web.
What challenges are you facing right now, or what specific problem are you trying to solve? Maybe we can help you find a better approach!
ASPX Web Forms attempted to emulate that WinForms experience on the web, but it didn't quite hit the mark. The web's request/response model is fundamentally different from the event-driven model of desktop applications, making it a tricky transition.
Have you checked out Dreamweaver? It's an older option, but it offers a bit of a drag-and-drop feature for web development.
Don't forget Microsoft Frontpage! That was quite the tool back in the day.
Wix is a popular choice for no-code solutions; it allows for some drag-and-drop functionality to create websites, but it might be more limited compared to what you're looking for.
Yeah, it's more technical and not as user-friendly as drag-and-drop.