Fable.Form
Fable.Form copied to clipboard
Make Fable.Form.Simple renderer agnostic
Currently Fable.Form.Simple has a strong dependency on React.
It should be possible to remove this dependency so it could be used in any Elmish application even ones running on top of WPF. And also allow people to use another view layer than React like Snabbdom for example