Codux: Visual IDE for React
41–50 of 51 posts
Re: Codux: Visual IDE for React
#42Reminds me of Visual Studio drag and drop to generate UIs for Windows apps, or Xcode's storyboard for drag and drop UIs. Interestingly, Apple is transitioning to SwiftUI which is declarative. Nice to see an increase in drag and drop UI options for web apps!
Maybe it’s just me but I always found the storyboards to be a nightmare. When it works it is ok, but I would argue no faster than just writing the code. When it doesn’t work and you have to attempt to debug an issue, hoo boy. I know how to code, just let me code the UI.
I remember around maybe 2013?, there was a UI component that was all the hype; the sliding options menu (where you hit the hamburger at the top and the menu would cover half the screen). I wanted to remake it and tried to do it with Storyboards and imperative code, but it never worked just quite right. When I got rid of the sliding menu UIView on the Storyboard and just wrote the UI programmatically via UIKit, it was hard to learn but the final product was a finely, tunable sliding options menu view :-)
Re: Codux: Visual IDE for React
#43If you'd like something more code/dev-oriented and open-source, check out https://impulse.dev/
Re: Codux: Visual IDE for React
#44Re: Codux: Visual IDE for React
#45This is something I wish could mash with Figma in some way, so Figma edits could be reflected back into the application in an intelligent way. I really like this. I think some folks have correctly identified that it may be incorrectly used (my opinion) as a low-code editor. It very well could be however I see it living in a different space: There has long been attempts at getting tools like Figma to produce assets th…
Regarding some kind of a mash with Figma - even though we are looking at some possible ways of better synch between the tools in the future, the short answer is ‘not yet’. Even though design tools’ capabilities are getting highly advanced, they still have (and probably always have) unbridged gaps from real front-end development concerns, as you describe here. You can obviously keep Figma in your process while still working with Codux, but we’re here to help you build & maintain front-end code visually, in collaboration with designers, but on top of the real thing.
Re: Codux: Visual IDE for React
#46Interesting that this is by Wix. Although, I'm a little chafed that they claim its the "first visual IDE" for React when things like Henosia [0] already exist. 0. https://henosia.com/
Re: Codux: Visual IDE for React
#47Interesting that this is by Wix. Although, I'm a little chafed that they claim its the "first visual IDE" for React when things like Henosia [0] already exist. 0. https://henosia.com/
I had a very quick look at the demos of both Codux and Henosia. The Henosia demo has all data hardcoded. To me that seems not a real world example. In my world the data are all variables, which usually effect the design considerably. The Codux demo seems to work with actual code and variables for the backend developer, while at the same time the designer sees data. So that makes it more interesting.
Re: Codux: Visual IDE for React
#48After messing around with the tutorial project I think that this is a great tool that has a lot of potential. As developers are very particular and tend to customize their IDEs with a lot of extensions, I don't think this will replace the tools we have. But I do think that we should be able to customize a lot more The code editor especially should be able to receive most of the common settings such as font, theme, ..…
A lot of what you're suggesting here (prettier, eslint) is on our list, and even in the works - and I hope would reach users soon. Until we improve the experience around the built-in code editor (and perhaps even after), we've found that it's most comfortable for us to work side-by-side with Codux and our IDE of choice.
Re: Codux: Visual IDE for React
#49This is awesome. I think developers would appreciate it if you include some projectional editing for the DOM tree. E.g. a toggle to switch between text-based projectional editing of the DOM and the view you have right now.
Re: Codux: Visual IDE for React
#50Looks very interesting. Is supporting Tailwind part of your road map?