JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 67
  • Score
    100M100P100Q61579F
  • License MIT

Package Exports

  • react-pathform

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-pathform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-pathform

Pathform was built to scratch an itch for recursive, nested, dynamic forms. Using paths as an array, we can spread dynamic paths around like butter. We can derive a lot from the path, keeping our JSX clean and simple.

Values in the store are either an object, array, or primitive. Objects and Arrays can have child items. Primitives are leaf nodes and do not have any children.

explaining pathform to people who prefer other form libraries

Quick Start

npm install --save react-pathform

Example Code

Check out the example app

API

Coming soon.

TODO Checklist

  • README: Quick Start
  • README: API
  • PERF: optimize or remove lodash and uuid dependencies
  • provide example app
  • FEAT: reset to defaults
  • FEAT: handleSubmit
  • PERF: React.memo re-rendering
  • PERF: reconsiliation events (touched, changed, error, etc) to minimize re-rendering
  • circular reference protection
  • icon / project branding