Socket
Socket
Sign inDemoInstall

@focuson/forms

Package Overview
Dependencies
13
Maintainers
1
Versions
527
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @focuson/forms

Allows us to define data that is stored in a database, or perhaps an api


Version published
Weekly downloads
6
decreased by-40%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@focuson/forms

  • Release notes
  • A cookbook of 'howtos' Cookbook
  • Example code
  • Training materials - ppt
  • Training materials - git

Summary

This is a 'low code' mechanism for generating the apis and the react components for a website from a declarative representation. Unlike most low code solutions it does not rely on a gui, but instead uses a text based representation leveraging the existing skills of developers with text based tools such as their IDE and version control systems

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'.

Keywords

FAQs

Last updated on 23 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc