93gaurav93 / v-owl-carousel

🦉 VueJS wrapper for Owl Carousel
MIT License
44 stars 25 forks source link

owl-carousel jQuery plugin is better or v-owl-carosel #15

Closed imojiz closed 5 years ago

imojiz commented 5 years ago

I want use owl-carousel jQuery plugin in my project. which is better for my project? owl-carousel jQuery plugin or v-owl-carosel? and why? which has more speed?

93gaurav93 commented 5 years ago

Are you using VueJS in your project?

imojiz commented 5 years ago

Are you using VueJS in your project?

Yes. I using VueJS and Vuex

mayur19 commented 5 years ago

@imojiz You can use jQuery plugin or v-owl-carousel both are having their plus points. If you choose jQuery plugin into VueJS then you'll need to perform some extra steps for integration (Installation is complicated for beginners. Great choice when you are using some themes which having jQuery plugin for carousel). Using Jquery plugin you'll have all the options to customize. If you choose v-owl-carousel then installation is straight forward for VueJS. But you'll have fewer options as compared to the jQuery plugin. These is all my thoughts because I used jQuery plugin before but @93gaurav93 definitely guide well.

imojiz commented 5 years ago

@imojiz You can use jQuery plugin or v-owl-carousel both are having their plus points. If you choose jQuery plugin into VueJS then you'll need to perform some extra steps for integration (Installation is complicated for beginners. Great choice when you are using some themes which having jQuery plugin for carousel). Using Jquery plugin you'll have all the options to customize. If you choose v-owl-carousel then installation is straight forward for VueJS. But you'll have fewer options as compared to the jQuery plugin. These is all my thoughts because I used jQuery plugin before but @93gaurav93 definitely guide well.

Has any difference between owl-carousel and v-owl carousel in speed? I want use that in my main page for 4 time in different sections.

mayur19 commented 5 years ago

@imojiz You can use jQuery plugin or v-owl-carousel both are having their plus points. If you choose jQuery plugin into VueJS then you'll need to perform some extra steps for integration (Installation is complicated for beginners. Great choice when you are using some themes which having jQuery plugin for carousel). Using Jquery plugin you'll have all the options to customize. If you choose v-owl-carousel then installation is straight forward for VueJS. But you'll have fewer options as compared to the jQuery plugin. These is all my thoughts because I used jQuery plugin before but @93gaurav93 definitely guide well.

Has any difference between owl-carousel and v-owl carousel in speed? I want use that in my main page for 4 time in different sections.

Yes. There is difference between speed when it comes to rendering multiple times on the same page. You should use v-owl-carousel for better speed. Because it will take the same component everywhere. In the case of jQuery, you'll need to initiate/Install for each slider. So it will definitely take more time.

imojiz commented 5 years ago

@mayur19 Thank you very much my friend