react-pulltorefresh
基于pulltorefreshjs的下拉刷新组件。 如果有问题, 可以提 issue 或者可以直接联系我 8452201776@qq.com ~谢谢。
example
;;;; const defaultData = "one" "two" "three"; Component { superprops; thisstate = data: ...defaultData ptrDisabled: true ; } { console; ; } { console; } { return <ReactPullToRefresh disabled=thisstateptrDisabled onRefresh=thisonRefresh > <h1 style= textAlign: "center" >Pull down to refresh</h1> <List data=thisstatedata /> </ReactPullToRefresh> ; } ReactDom;