You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2class="project-tagline">Infinite scroll component for React in ES6</h2>
18
20
<ahref="../" class="btn">Back to Home</a>
19
-
<ahref="https://github.com/CassetteRocks/react-infinite-scroller" class="btn">View on GitHub</a>
21
+
<ahref="https://github.com/danbovey/react-infinite-scroller" class="btn">View on GitHub</a>
20
22
</section>
21
23
22
24
<sectionclass="main-content">
23
25
<h3>Demo</h3>
24
-
<p>The source code to this demo can be found in the repo's <ahref="https://github.com/CassetteRocks/react-infinite-scroller/tree/master/docs">docs folder</a>. Below, the component infinite scrolls my entire history of SoundCloud favourites! N.B. Making GitHub issues about my taste in music is not cool guys!</p>
26
+
<p>The source code to this demo can be found in the repo's <a
<p>Infinitely load content using a React Component. This fork maintains a simple, lightweight infinite scroll package that supports both <code>window</code> and scrollable elements.</p>
39
-
40
+
41
+
<p>Infinitely load content using a React Component. This fork maintains a simple, lightweight infinite scroll
42
+
package that supports both <code>window</code> and scrollable elements.</p>
<td>Whether there are more items to be loaded. Event listeners are removed if <code>false</code>.</td>
121
+
<td>Whether there are more items to be loaded. Event listeners are removed if <code>false</code>.
122
+
</td>
109
123
</tr>
110
124
<tr>
111
125
<td><code>initialLoad</code></td>
@@ -123,13 +137,17 @@ <h2>
123
137
<td><code>pageStart</code></td>
124
138
<td><code>Object</code></td>
125
139
<td><code>0</code></td>
126
-
<td>The number of the first page to load, With the default of <code>0</code>, the first page is <code>1</code>.</td>
140
+
<td>The number of the first page to load, With the default of <code>0</code>, the first page is
141
+
<code>1</code>.
142
+
</td>
127
143
</tr>
128
144
<tr>
129
145
<td><code>threshold</code></td>
130
146
<td><code>Number</code></td>
131
147
<td><code>250</code></td>
132
-
<td>The distance in pixels before the end of the items that will trigger a call to <code>loadMore</code>.</td>
148
+
<td>The distance in pixels before the end of the items that will trigger a call to
149
+
<code>loadMore</code>.
150
+
</td>
133
151
</tr>
134
152
<tr>
135
153
<td><code>useWindow</code></td>
@@ -141,13 +159,61 @@ <h2>
141
159
</table>
142
160
143
161
<footerclass="site-footer">
144
-
<spanclass="site-footer-owner"><ahref="https://github.com/CassetteRocks/react-infinite-scroller">React Infinite Scroller</a> is maintained by <ahref="https://github.com/CassetteRocks">CASSETTE</a>.</span>
145
-
<spanclass="site-footer-owner">Created by <ahref="https://github.com/guillaumervls">guillaumervls</a>.</span>
<spanclass="site-footer-credits">This page was generated by <ahref="https://pages.github.com">GitHub Pages</a> using the <ahref="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <ahref="https://twitter.com/jasonlong">Jason Long</a>.</span>
167
+
<spanclass="site-footer-credits">This page was generated by <ahref="https://pages.github.com">GitHub
168
+
Pages</a> using the <ahref="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a
0 commit comments