MangelMaxime / Fable.Form

Home Page:https://mangelmaxime.github.io/Fable.Form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Looking for the simplest possible form example

HarryMcCarney opened this issue · comments

should have no references to code outside App.fs and not contain anything extraneous.

There is a step by step guide on how to use the library available here:

https://mangelmaxime.github.io/Fable.Form/getting_started/how_to_use.html

What is the need behind having a single file application?

If it is to avoid navigating between the files to seem what are in the other modules, I am ok to adapt the Login to include it's own copy of EmailAddress. But for me it is important that people, understand that the Values used to store the form state is not what they have to retrieve when submitting the form.

OK for me at least the core principles would be clearer and easier to Grok with a short self contained example. Currently Login also requires DemoInformation which in turn needs Router. It looks like a great library, thanks

It looks like a great library, thanks

Thank you :)