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
I should iterate on how many items I render in the Instagram widget and how to page through them. I currently render 8 (+8) items and have more available in my current API response. A "Show More" button toggles rendering the additional 8 items. Really, I have as many as I want to fetch, store and render.
Collapsed Intagram widget
Expanded Intagram widget
Goal
Find a way to show all of available items. Also create a better way to paginate through them. Something other than a simple "Show More" button, which is what I have now.