Closed jschr closed 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.
form
<FormProvider />
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.
connectForm
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.