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.

Quick Start
npm install --save react-pathformExample Code
Check out the example app
API
Coming soon.
TODO Checklist
- README: Quick Start
- README: API
- PERF: optimize or remove
lodashanduuiddependencies - provide example app
- FEAT:
resetto defaults - FEAT:
handleSubmit - PERF:
React.memore-rendering - PERF: reconsiliation events (touched, changed, error, etc) to minimize re-rendering
- circular reference protection
- icon / project branding