appxigon-react
Version:
Appxigon implementation on React JS
30 lines (18 loc) • 695 B
Markdown
appxigon-react
==============
*Reminder: this project is a proof of concept and work in progress*
Appxigon is a tool for lazy developers who'd like the idea of turning a simple human readable YAML schema into a fully functional web app which consumes backend APIs.
This NPM package is the first effort to implement the concept for Web single page application (SPA) using React JS
## Table of Contents
- Features
- Installation
- Usage
## Features
- Schema based UI definition (DSL)
- Schema can be modified at run time
- Works with custom component
- Custom component can reuse components defined in the schema
## Installation
`npm --save appxigon-react`
## Usage
Sample coming soon.