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
Copy file name to clipboardExpand all lines: demos/supabase-infinite-scroll/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ pnpm dev
42
42
This will start the Vite development server. Open your browser and navigate to the URL provided in the terminal (usually [http://localhost:5173](http://localhost:5173)) to view the demo. Use the control buttons to toggle between scenarios and get a feel for the behavior.
43
43
44
44
## Specific Scenarios
45
+
45
46
This section provides an index to the various scenarios described in the [docs](https://docs.powersync.com/usage/use-case-examples/infinite-scrolling).
46
47
47
48
### Pre-sync all data and query the local database
@@ -66,14 +67,16 @@ This section provides an index to the various scenarios described in the [docs](
66
67
## Framework For Running Scenarios
67
68
68
69
### Page Framework Files
70
+
69
71
`styles.css`
70
72
`index.html`
71
73
`index.js`
72
74
73
75
### Virtual Listbox
76
+
74
77
`src/listBox/index.js`
75
78
`src/listBox/itemBuffer.js`
76
79
77
80
### Known Issues
78
81
79
-
* Sometimes when switching scenarios using the control buttons there is a remnant loading spinner. Simply scroll to dismiss it.
82
+
* Sometimes when switching scenarios using the control buttons there is a remnant loading spinner. Simply scroll to dismiss it.
0 commit comments