Live data from Hacker News

Codux: Visual IDE for React

codux.com

1–10 of 51 posts

Re: Codux: Visual IDE for React

#4
I get a vaguely MS Access/Windows Forms feel from this, "Now you too can build Frontend Website design and not have to spend so much on developers!"

I also have to wonder if you still have to hack the code and what not how does this make it so much different from just using hot reloading features to see things?

Re: Codux: Visual IDE for React

#6

Does this need files using a proprietary format? or does it output code same as a developer would do?

It works on react Typescript projects. Editing the code like a developer would. We use it side by side with vscode editing visually when it makes sense and in the IDE when it doesn't

Re: Codux: Visual IDE for React

#8
post #5

If the creators are hanging out, what does "first visual IDE for React" mean when there have been other visual IDEs for React (and React frameworks like Next.js)?

Personally it looks more like a no-code tool as it doesn't really focus on the code aspect.

An IDE should have the text in the forefront, enable all the things an IDE normally does, as well as have a preview mode where you can visually edit.

A Dreamweaver for React.

In their defense it looks like they expect you to focus on the text part in your normal editor.

But at that point they should make this a VSCode extension or something.

Having your source being modified from two programs is... silly.

Re: Codux: Visual IDE for React

#9
post #7

Using FF: "Our live demo currently only supports Chromium based browsers (Chrome, Edge)" BOO :( back button.

Worse, I think they meant to say "It's only tested in Chromium based browsers, beware" and they should let you pass anyways.

I tried opening https://codux-demos.com/blueprint-css-webapp/ in Firefox but changed my User-Agent to Chrome on Windows. Everything works fine as far as I can tell. But all the network requests are slow as hell (probably HN-hug? Confirmed to be slow with cURL as well, so not because of Firefox).

Re: Codux: Visual IDE for React

#10
post #5

If the creators are hanging out, what does "first visual IDE for React" mean when there have been other visual IDEs for React (and React frameworks like Next.js)?

This is the first visual IDE to edit React Typescript code. Even code you created outside of it.

You can run it on an existing project, and start creating pull requests to your existing code. as long as the project fits our supported technologies.

The other tools you mentioned create code, but cannot edit existing code.

This becomes a real problem when a developer changes this exported code, which causes conflicts when someone edits it in the editor.

We edit the code directly, with visual changes translated into code changes, letting developers and designers collaborate on code and through pull requests.

Post reply on HN