You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating framework bindings requires extensive knowledge of the Sortable API, DOM and the particular framework because once the framework updates state, all the DOM manipulation Sortable does gets reversed and broken by the framework.
By allowing a disability function, developers can create light wrappers instead of having to reverse SortableJS actions and thus not wasting precious rendering resources.
Additional Context
This applies to Vue, React and Angular as far as I know.
The text was updated successfully, but these errors were encountered:
Summary
Creating framework bindings requires extensive knowledge of the Sortable API, DOM and the particular framework because once the framework updates state, all the DOM manipulation Sortable does gets reversed and broken by the framework.
By allowing a disability function, developers can create light wrappers instead of having to reverse SortableJS actions and thus not wasting precious rendering resources.
Additional Context
This applies to Vue, React and Angular as far as I know.
The text was updated successfully, but these errors were encountered: