Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iteria-app/lowcode

React Lowcode - prototype, develop and maintain internal apps easier
https://github.com/iteria-app/lowcode

ast builder code codegen generator grommet ionic jsx lowcode material-ui morp react refactor tsx

Last synced: about 4 hours ago
JSON representation

React Lowcode - prototype, develop and maintain internal apps easier

Awesome Lists containing this project

README

        

# Low Code

Work in progress. Visual Editor and Code Generator for your React source codes
integrated with Monaco Editor and React Dev Tools.

## [WEB Demo](https://demo.iteria.app/?repo=github.com/iteria-app/example-material-ui)
Try online without any installation on our example projects:
* [Material UI Example](https://demo.iteria.app/?repo=github.com/iteria-app/example-material-ui)
* [Grommet Example](https://demo.iteria.app/?repo=github.com/iteria-app/grommet)

![](https://iteria.app/web-demo.png)

## [Chrome Extension](/packages/browser-extension)
Start your local development server and modify your application withing the browser.
Works out of the box with Create React Application boilerplate (the development mode enriches the React components bundle with `__source` property containing sorce code path, line and column)

![](/packages/browser-extension/.media/.github/Extension.gif)

## [React Lowcode](/packages/react-lowcode)

React source code manipulation and code generator.

```
import { codegen } from '@iteria-app/react-lowcode'

codegen.generatePages(typescriptSourceGeneratedFromGraphql, io, options)
```

## VS Code plugin
We plan to integrate the [React Lowcode](/packages/react-lowcode) into the VS Code / Theia and also reuse existing ecosystem.