Hi Kasithangam
Well that is really the question at the moment. I am in the position of having built the .net side of the forms generation component and I can adapt the output so I could I suppose make it adapt to any js framework.
The question really comes down to compatibility, ease of use and functionality. Ideally I will be able to generate the JS form structure from my existing component, fire that at the page. The page could then generate the form and either get the data from the downloaded JS or request it from an API of mine. Then when done I hope to be able to take the submitted form via an AJAX API.
In the past I had used formview asp.net controls but they introduce so many extra issues that I just want to use JS with an API now.
Regards
Jon