javascript - What is the best approach to bring a Scroll Pagination in jQuery to React? -
i on react http://jsfiddle.net/dlcwc/1/
should use plain javascript or create component, etc?
i confused on how incorporate react thing likes:
$(document).ready(function() { resizediv(); //scrolltocurrent(); }); $(window).scroll(function(event) { ...
the on document ready, guess fit on componentdidmount().
but scroll event big incognita me.
any guide or tutorial know terrific. thnks
Comments
Post a Comment