react-metaform
react-metaform copied to clipboard
A library for dynamically generating React forms out of metadata
Today, when you create a calculated field (a field which value is specified as metadata) the model is not updated to contemplate that value
Today, in order to run the demo locally, two commands are needed: ``` npm run wpds npm run start-demo-dev ``` With [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) that wouldn't be necessary
This class was introduced because I needed a way to test the MetaForm behavior without having to render it and deal with HTML. Now, most of the behavior is the...