How to handle redux form submitted data
问题 im following this tutorial from redux form official page http://redux-form.com/5.3.1/#/getting-started?_k=8q7qyo there are two issue im facing 1: how to get form data in handleSubmit function or in any other function. so that i can process form data according to my needs. 2: each time when i submit form my page get refresh. i dont want to refresh my page import React, {Component} from 'react'; import {reduxForm} from 'redux-form'; class ContactForm extends Component { render() { const {fields