Allows us to define data that is stored in a database, or perhaps an api
npm install @focuson/forms* Release notes
* A cookbook of 'howtos' Cookbook
* Example code
* Training materials - ppt
* Training materials - git
It is mostly suited for things like 'Forms'. So simple crud, displaying status, maintenance screens and so on. It is unsuited
for sexy customer facing guis: much more business to employee.
The tools that are easily to use in making guis are:
* Easy access to any data source
* clever data source 'stiching' (so some data from one source, another elsewhere)
* Validation
* Messaging to user (apis report issues, middle tier issues...etc). A simple and robust (suitable for B<=>E not B<=>C) mechanism for such issues
* Retreiving and modifying data in a database.
* The Auto generated React gui uses the restful api
* Simple pages and model pages are both straightforwards
Importantly it is entirely data driven and extensible by injection of code. There is no 'make a skeleton and edit'.