surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.2k stars 812 forks source link

React-ui vs React #8645

Closed RahulRanjan2806 closed 3 months ago

RahulRanjan2806 commented 3 months ago

In the build-scripts folder, there are subdirectories like react-ui and react, same for other frameworks. What is the difference between these directories, and which one should be used for integrating SurveyJS with React?

andrewtelnov commented 3 months ago

@RahulRanjan2806 We will make obsolete survey-react soon. Please use survey-react-ui

Thank you, Andrew

RahulRanjan2806 commented 3 months ago

Thanks @andrewtelnov for your assistance. Could you please clarify the difference between the react-ui and react folder in the current code structure? I’m a bit confused about that. Your help would be greatly appreciated.

andrewtelnov commented 3 months ago

@RahulRanjan2806 survey-react includes code survey-core & survey-react-ui & all localization strings. Please read more about our packages here.

Thank you, Andrew

RahulRanjan2806 commented 3 months ago

Thanks @andrewtelnov, really it was helpful.