Looking for Best Practices for Managing Dynamic Data in WeWeb?

Hey everyone,

I am currently building a no-code dashboard in WeWeb…, and I am using external APIs to fetch dynamic user data (like activity logs, metrics, etc). While the visual builder is super intuitive.., I am hitting a few roadblocks when it comes to managing and displaying this data efficiently.

What’s the best way to handle large API responses without slowing down the UI: ??

Has anyone implemented pagination or lazy loading in a WeWeb project? If yes, how: ??

Are there any performance tips or caching methods that work well with WeWeb’s workflows;?

I would really appreciate any insights or real-world examples from the community. My goal is to keep things responsive, especially on mobile. I already read this thread https://community.weweb.io/t/dynamic-data-into-collection-azure-training-in-bangalore but still need some more assistance.

Thanks in advance !

Marcelo

Hi Marcelo, welcome back :waving_hand:

My first tip would be to create a collection from the REST API call, that way you can filter a paginate that data.

You can read more about it in the docs: