jschr / form-provider

React components for building forms and managing state.
1 stars 2 forks source link

Make FormProvider form optional prop #11

Closed jschr closed 7 years ago

jschr commented 7 years ago

Can make the api cleaner for the basic use case by allow the form prop of <FormProvider /> to be optional. This would auto create the store with the default reducer and enhancer.

jschr commented 7 years ago

Nevermind, as soon as you need to use connectForm this method doesn't work because the form needs to be created by the parent component.