DEV Community

Discussion on: "To be a better programmer, you must fu***ng code! ;)"

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

This looks pretty neat, reminds me of a similar product I saw a month ago about creating UI components for Angular but this one to me looks better because it uses React components.

Collapse
 
chrisczopp profile image
chris-czopp

thanks, to be precise, we use JSX and pure Virtual DOM (github.com/Matt-Esch/virtual-dom). I mean the components are compatible with React because after all they are pure functions which return JSX and they can be transpiled to use React. So, although they are made to be used by GlueCodes IDE, you're actually do it React way which many of us like for the simplicity.

Collapse
 
juanfrank77 profile image
Juan F Gonzalez • Edited

That is actually even better then. It's the good things about React without the bunch of overhead.