Vinod Chauhan
1 min readSep 17, 2019

--

Hi Marcus Zierke, with FormData() we need to write a special method or logic to get the values in our react state’s in json format. onChange() method here helping us to capture the data in local state of react as user entered. with only FormData(), Two way binding will only be at the end of form submission which sometimes needed.

--

--