New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-dmodel

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dmodel

Exploit JSX syntax to define data models and auto generate form UI for it

latest
Source
npmnpm
Version
1.0.15
Version published
Maintainers
1
Created
Source

react-dmodel

Exploit JSX syntax to define data models and auto generate form UI for it

JSX is a handy format to define structured data within Javascript. react-dmodel uses it to define data models (typed data structs) including validation and optional binary encoding. This allows auto generating forms for the data model and with binary encoding creating files or network messages with a given binary format.

To Do

  • Validation error for every input in FormModal instead of global
  • Deep nesting, fix forEachChildElementRecursive
  • Publish npm package
  • Support arrays
  • Immutable.js compatibility
  • Redux integration
  • React stub to use JSX without importing all of React
  • Complete test coverage
  • More examples

Keywords

react

FAQs

Package last updated on 21 Mar 2018

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