redux-form/redux-form

View on GitHub
docs/faq/README.md

Summary

Maintainability
Test Coverage
# Frequently Asked Questions

Below is a list of common problems or questions that people have using `redux-form`.

1. [My submit function isn't being called! Help?](SubmitFunction.md)

2. [Will `redux-form` work with my custom input component?](CustomComponent.md)

3. [What's the difference between `handleSubmit` and `onSubmit`?](HandleVsOn.md)

4. [How can I clear my form after my submission succeeds?](HowToClear.md)

5. [How can I submit my form when the user presses Enter?](EnterToSubmit.md)

6. [Does `redux-form` work with React Native?](ReactNative.md)

7. [Does `redux-form` work with ImmutableJS?](ImmutableJs.md)

8. [Can I submit my form using websockets?](WebsocketSubmit.md)

9. [How do I `mapStateToProps` or `mapDispatchToProps`?](HowToConnect.md)

10. [How to reduce `redux-form`'s bundle size?](BundleSize.md)

11. [Why are all my buttons triggering `onSubmit`?](ButtonType.md)