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.21k stars 815 forks source link

[question] New survey-ui-js library #8855

Closed SamMousa closed 1 month ago

SamMousa commented 1 month ago

Are you requesting a feature, reporting a bug or asking a question?

Question

What is the current behavior?

I just noticed the new survey-ui-js library. What does it use under the hood for rendering? Is it a knockoutjs wrapper or does it use a self built rendering system? Or something else entirely?

JaneSjs commented 1 month ago

Hi @SamMousa, The survey-js-ui and survey-creator-js bundles use the Preact library. These bundles are universal, framework-agnostic, Knockout-free UI rendering bundles which can be used in any JavaScript application or integrated into any framework that SurveyJS doesn't support yet (e.g., Svelte).

Please follow these instructions if you wish to migrate from survey-knockout-ui and survey-creator-knockout packages: Knockout-Free UI Rendering Bundles.

Should you have any further questions, please let us know.