reactjs / rfcs

RFCs for changes to React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce GUI tooling to speed up web application development

imvetri opened this issue · comments

Hello, My name is Vetrivel and I have been following reactjs for a quite a time now. Reactjs is an excellent view layer and it helps to build great web applications and I think we can build rapid application builders that can also generate readable reactJS code. Such tooling will speed up web development process.

Having that in my mind, I had an idea of having a component builder that abstracts framework syntax and helps to build components that can generate code targeting reactjs. So I built a proof of concept tool that lets users write just JSX, html, css, state, events and reducers to build component.

Here is the link to my project https://github.com/imvetri/ui-editor. I'm looking forward to hear more.

Thanks,
Vetrivel.

commented

Hi, this is the React RFC repository, and it's not an appropriate place to share the apps you've built.