LaunchPadLab / lp-utils

Our Utilities
MIT License
1 stars 0 forks source link

Add lpForm HOC #51

Closed dpikt closed 7 years ago

dpikt commented 7 years ago

From kubo

dpikt commented 7 years ago

The tricky thing here is how we'll manage the redux-form dependency. This could be a good use case for a peer dependency, but that gets tricky in cases where the parent project isn't using this HOC and doesn't want the dependency.

dpikt commented 7 years ago

Because of the dependency poblem, I think it makes the most sense to break this out into its own module. I'm gonna close this issue and add a new one in the opex repo.