Hacker News new | ask | show | jobs
by jimmy2020 1371 days ago
Demos in the site are behind the current version and not being updated to the latest one [1]. And updating the demos will take a while since I have to take resizing containers into consideration. So the current version is 2.x.x while the last one was 3.7.0. Sorry about that.

[1] - https://github.com/dflex-js/dflex/pull/573

1 comments

Ah makes sense. How big is the packaged file you import?
It's not the size of the package. DFlex is actually small compared to other libraries. But I need to reconsider the size of the demo container before updating the version because when you resize there's a possibility to add a scroll to the container. Adding/removing scroll while dragging is not shipped yet.
I was just curious how big the file was for using it in a project. Not the demo page.
The entire package bundled and minified is ~14.4kb. No extra dependency needed. Just one package `@dflex/dnd`.