You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In part b, we finished headlines but left the refresh button event handler for grab.
As an exercise, it would be great to implement the refresh button event handler.
We want the following behavior:
When the refresh button is clicked, the app should momentarily render a loading screen, and then make another get request to top-headlines endpoint and re-populate the list of articles.