Hey guys, I managed to set up the GET API call and everything. I've got the listview displaying data from the API call. Then, I saved it (children variable) into a JSON list in the app state. But now I'm not sure how to update the listview of my app page with this new GET that i did in the component. So that when I press the button it updates.
Help Updating ListView with API Call
Database & APIs
Hi everyone, I've set up an API call to update my ListView. While I can fetch and display data successfully, I'm struggling to refresh the ListView when a new API call is made. Any advice on how to achieve this?
Yes
3
3 replies