tiny-slider icon indicating copy to clipboard operation
tiny-slider copied to clipboard

The project is dead?

Open leoalv opened this issue 3 years ago • 12 comments

I have read almost every Issues and Pull Requests and the project leader has simply not accepted or denied these.

I came here because I wanted to present some ideas for improvement, but I found that many are waiting for answers.

Thank God the leader of the project is alive, because he has been active throughout March 2021. So the question is: Is the project dead?

Please reply to us, to search for new options, Thank you

leoalv avatar Apr 05 '21 17:04 leoalv

Looks like it is. Which alternatives? Swiper? Glider? Slick and Owl are already dead.

dijkermans avatar Apr 05 '21 19:04 dijkermans

@dijkermans Right now I am analyzing swiper, it seems to me a more reasonable option, the problem I have is that it weighs 138kb minified, and it lacks some goodies that I get used to with Owl Carousel such as the customization of navigation buttons, buttons and dots outside the container , The problem is that I have used is in applications that have thousands of installations, so I wanted to use this library that Owl recommends.

For now I think I will give the opportunity to this library that minified only weighs 32kb, then if I do not see news from the developer, I will move to swiper.

leoalv avatar Apr 05 '21 20:04 leoalv

Hi all, I haven't tested any of those alternatives yet, but https://github.com/NickPiscitelli/Glider.js looks pretty small (both js and css) and nice. For me it's really about being dependency free, light and responsive. I don't even care about IE support.

What are your thoughts?

RawMajkel avatar Apr 07 '21 12:04 RawMajkel

@RawMajkel It's pretty good, just limited "Glider.js is not truly a carousel; it lacks the defining carousel feature, infinite looping. "

dijkermans avatar Apr 07 '21 13:04 dijkermans

@RawMajkel, @dijkermans As I said before, Swiper is the best option, but it is very heavy, so I started to investigate if the core could be used, that's when I found that they are working on version 7, a smaller, lighter version and that the Other functions will put it as modules to be able to add according to the needs. You can check here https://github.com/nolimits4web/swiper/discussions/4228

That's why I decided on swiper, another of the benefits is that it uses flexbox and not positioning which I think helps to overcome the CLS of Google Lighthouse.

leoalv avatar Apr 07 '21 15:04 leoalv

@leoalv Looks great, I'll definitely wait for version 7 of Swiper, for now it's too big. I'll try out Glider in the next project tho.

RawMajkel avatar Apr 08 '21 13:04 RawMajkel

Check Spidejs out also. https://splidejs.com/

ash-f avatar Apr 14 '21 03:04 ash-f

Splide and Glider look's great ! :)

I have also see Tiny Swiper: https://github.com/joe223/tiny-swiper

Asterovim avatar Apr 26 '21 10:04 Asterovim

I recommend Flickity. It may not be the easiest one to implement, but it works great. https://github.com/metafizzy/flickity

dijkermans avatar Feb 16 '22 14:02 dijkermans

I've just migrated my project from OwlCarousel to Keen-Slider: https://github.com/rcbyr/keen-slider It is very light-weight, universal and works well. It lacks integrated navigation and auto-play, but it can be added with some effort. Many use-cases are demonstrated in demos.

peterpp avatar Feb 19 '24 20:02 peterpp

I've just migrated my project from OwlCarousel to Keen-Slider: https://github.com/rcbyr/keen-slider It is very light-weight, universal and works well. It lacks integrated navigation and auto-play, but it can be added with some effort. Many use-cases are demonstrated in demos.

Thanks for the information, it looks great. But I moved years ago to the all-powerful swiper

leoalv avatar Feb 19 '24 20:02 leoalv