Alika just crossed 100 hangouts.ππΎ
A simple idea β real people showing up for each other. Very grateful for the early users, feedback, and the team building this with me. Still day one π
Visit https://t.co/trEqLSRT1a to plan your next hangout!
useEffect runs after render. Fetching data inside it creates a hidden waterfall:
Parent renders -> Fetches -> Child renders -> Fetches
Your API might be fast, but your architecture is forcing it to wait in line.
How to decouple fetching from rendering: [https://t.co/8RbFkpUhaW]
I've written an article about pagination, explaining the performance difference between OFFSET/LIMIT and the more scalable Keyset method.
If you'd like to read it, you can use this link: https://t.co/gwnVUlngfB