react-formular
react-formular copied to clipboard
This libraray is an experimental approach to bind forms and its inputs and editors together using the new React Context API. It aims to be fully customizable and composable. It´s only a set of Higher-...
For better real-life usage, `react-formular` should be integratable into some popular ui frameworks like `Material` or `grommet`. I was thinking about a sub package with some naming convention like `react-formular-{uiFramework}`.
currently validation might be accomplished via `middlewares`. ...} /> My idea is to have some sub packages (like `react-formular-{framework}`) that can be imported. Some of the famous ones would be...