jschr / form-provider

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

Should redux not be a peer dependency? #4

Closed jschr closed 7 years ago

jschr commented 8 years ago

Switching redux to a regular project dependency would allow you to use this library without installing redux in the user's project. This could be handy if you are using other state management libraries or even none at all and just want these form helpers.

Not sure what the consequences of this would be. ie. multiple version of redux in one project?

jschr commented 7 years ago

It should be because it will likely be used with other redux wrapper libs.