Closed SamMousa closed 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.
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?