Test 'Load More' buttons and infinite scroll without manually scrolling for hours. Manipulate request params to see any page instantly.
Checking how your UI handles edge cases like 'page not found' or 'last page' often requires populating your DB with hundreds of test records.
DevConsole lets you intercept the outgoing pagination requests and change params like 'page=1' to 'page=999' on the fly.
Locate the data-fetching call for your list or grid in the Network tab.
Change the limit, offset, or page number in the query string or body.
Observe how your component handles an empty array or a massive dataset from the server.
Yes! Use the network throttler to see how your loading skeletons look between pages.
Yes, you can edit the cursor token in the request just like any other param.
Explore more ways to use DevConsole to speed up your development
DevConsole is free during development. Join 5,000+ developers shipping better code.
Get Started Now