Sponsor-only
Create a Solana dApp from scratch
Paginating tweets
Episode 14
2 years ago
15 min read
Since we've published the demo of our dApp, many people have enjoyed testing it and have written their own decentralised tweets. The issue is that, with our current implementation, loading the home page will get you every single tweet ever created in one go.
That means, we need to tackle an issue that we postponed long enough: pagination.
Paginating and ordering in Solana
As you
This content is for GitHub Sponsors only
Sponsor me on GitHub to read this article and get access to the full library of sponsor-only posts.
Become a Sponsor
Once you're a sponsor, login with your GitHub account to unlock immediate access to all perks!
Already have an account? Click here to login.