🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@j2inn/resolvable-ui-elements

Package Overview
Dependencies
Maintainers
14
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@j2inn/resolvable-ui-elements

The main goal of this library is to enhance the flexibility of the UI code written, by adding a layer that separates the queries and information used to interact with the backend from the UI code, moving it to a separated JSON file.

npmnpm
Version
0.0.1-alpha.12
Version published
Maintainers
14
Created
Source

What is resolvable-ui-elements?

The main goal of this library is to enhance the flexibility of the UI code written, by adding a layer that separates the queries and information used to interact with the backend from the UI code, moving it to a separated JSON file.

The JSON file (typically called elements.json) can be generated from a spreadsheet used to simplify the data management for a project UI.

How do I get set up?

To install this package run npm i @j2inn/resolvable-ui-elements

Where do I get more info?

See: https://finproducts.atlassian.net/wiki/spaces/ECO/pages/32881311778/Element+Types

Codebase Structure

src
├── resolvableElements
│   ├── elements                # Element classes implementation
│   ├── interfacesGeneration    # Code for generating interfaces from an elements.json file
│   ├── react                   # React hooks to use resolvable elements.
│   └── ...
└── ...

FAQs

Package last updated on 11 Sep 2022

Did you know?

Socket

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