Handling submition using the standalone (non-redux) react version

I’m struggling to find how I can get (and submit) the data of my rendered form, it appears that no such information is in the tutorials.

[original thread by David Wandar]

Hi, thanks for your interest in JSONForms. The JSONForms component has a onChange property which expects a function. This function is called whenever the data or the determined errors change. You can therefore use this callback to keep an up-to-date copy of the entered data.