Useful link is to explain two standard for React to grab the value in form element
Aug 8, 2017 · 1 min read
I have used basic way to grab the data in my form component so far, but now I have just came across the related link until I found it above.
Actually, I can use controlled component style for method to grab form data, but it would great if we found some technique that improve productivity or somehow that come closer best practice in react world.
Hopefully, the attached link will help who are reading clear with refs keyword.
