• Rhys MerrittRhys Merritt, 5 years ago

    Hi Nacho - I'm not sure I understand this part

    because Hadron edits code on the fly

    What does this mean when compared to other tools like Webflow and Modulz? How does this make Hadron better, or different?

    0 points
    • Nacho García , 5 years ago

      Hi Rhys!,

      It means that your design isn't stored internally as a big JSON that need to be converted to code when you export it. There is no export phase where that JSON is converted to code. Instead, Hadron edits the actual code everytime you touch something in the UI, like changing a color. (Take a look at the video titled "Hadron edits your own code" at hadron.app)

      This makes possible a total integration of your designs with the development environment.

      What are the advantages of this approach?

      • You could work on production files themselves.

      • You can edit the code manually, so if you have some HTML or CSS knowledge, you can modify the design code, avoiding the limitations of the tool. Our developer mode is only possible this way. And you can use it to learn HTML/CSS too!

      • You could design in Hadron while a developer teammate is coding in their preferred code-editor outside of Hadron and be synced through git.

      • You could import an existing web project into Hadron.

      2 points