JSON Form Integration for React

need a solution for integrating Json forms to existing React application, i have standalone JsonForms app with typescript based on Redux , my requirement is to combine JSON form app into another react application in which i am finding difficulties to combine both stores of the application. Also please let me know if any other approaches available creating JSON FORMS without redux store.

[original thread by Viswanathan24]