michaelrambeau / bestofjs

Best of JS repo used only to track user requests
https://bestofjs.org
131 stars 9 forks source link

Custom Scrollbar projects #124

Closed miksh7 closed 6 years ago

miksh7 commented 6 years ago

Hi, i'd suggest to add a few projects implementing a custom scrollbar into Scrolling folder

michaelrambeau commented 6 years ago

Hello @miksh7 Thank you for the suggestions, these 2 projects will be available very soon on bestof.js.org.

davojta commented 6 years ago

@michaelrambeau Here are some more libs - https://github.com/malihu/malihu-custom-scrollbar-plugin and old famous https://github.com/vitch/jScrollPane

michaelrambeau commented 6 years ago

@davojta Maybe we should create a separate app called "Best of Scrolling" 😆 !

davojta commented 6 years ago

@michaelrambeau it's good to have the best js parts in one place )

michaelrambeau commented 6 years ago

@davojta I was checking the projects, they seem a bit old, compared of what we have now, I'm not sure we really need them in Best of JavaScript, given the fact that jQuery is less used than before.

But I may be wrong, it's just an opinion, there is no accurate metrics about how to select projects that appear on bestof.js.org... so just confirm that you really want them and they will be added 😄 ! Thank you for your understanding!

davojta commented 6 years ago

malihu-custom-scrollbar-plugin is okey (it works perfert for it purpose - as more and more project dont use custom scrollbars at all) jScrollPane is quite old, i agree so we can ignore it and dont add to best.of.js )

miksh7 commented 6 years ago

maybe worth considering those ones too http://blog.dynamicdrive.com/5-brilliant-ways-to-lazy-load-images-for-faster-page-loads

davojta commented 6 years ago

@miksh7 do you use that technics on production ? i think the lazy load for images too trivial ) We some kind of image lazyloading with django on production but 4 years ago and i dont sure about modern solution in the topic )

miksh7 commented 6 years ago

ops sorry, wrong link, ignore please

michaelrambeau commented 6 years ago

@miksh7 About image loaders, you can find several solutions under the Resource Loader tag: https://bestof.js.org/tags/load

@davojta One of the modern solutions is this library: http://callmecavs.com/layzr.js/ Now the hottest project is the category is: https://github.com/ApoorvSaxena/lozad.js

michaelrambeau commented 6 years ago

@miksh7 The 2 projects you suggested are available on bestof.js.org, check the scrolling tag: https://bestof.js.org/tags/scrolling Thank you for checking!