[dev-v5] Migrate SortableList component
Are you going to use sortable.js for this still?
Would be nicer from an Infosec perspective to use something that comes bundled/built in with the project. (and at any rate, sortable.js had it's last release back in november of last year).
We are looking at ways on how to include such scripts. We want to do it in a way that it is opt-in so you don't pay the penalty of a larger script when not using the component. Any ideas on how to do that are welcome.
Possibly you could create separate projects/assembles for each of these "extra" components? Microsoft.FluentUI.AspNetCore.Components.SortableList?
No. We prefer to have all FluentUI components in the same lib. But we would like to add a possibility to dynamically load external JS lib using a configuration flag. That can solve these problems.