I am new to reacting to the framework, and I dynamically create components (text box, checkbox and select) and I would like to test it before submitting the Form. Can anyone suggest ideas?
React Forms can help you with front end shape validation.
There is also Formsy-React:
https://github.com/christianalfoni/formsy-react
It allows you to specify the logic of form validation without using JSX, which is a plus if you want to neutralize a neutral structure.