I need to build cards from the data that, I receive from REST API. When the data is getting increased, the cards are taking time to build and show on the screen. Is there any procedure to solve this problem?
Can we handle this by using a pagination or bloc pattern? If not what would be the better one to handle it?