Why Binding is'nt needed for the nep() to run in the image below,
but is needed for the hanndleSubmit() and formSubmit() to work, and throws error(onclick) if binding is removed!
I searched for this and got to know that binding are needed if we want to pass functions or variables as props without loosing their context, but in both example, props are not passed on to another component.