Sorting Hashnode Series Posts: How to Display the Latest Post First

186 · Vicente G. Reyes · March 25, 2026, 1:07 p.m.
Summary
This blog post addresses the issue of Hashnode's API returning series posts in chronological order rather than displaying the latest post first. The author provides a detailed solution involving client-side caching and array reversal to enhance user experience on their portfolio site. The approach allows for efficient loading of posts in the desired order, overcoming limitations imposed by the API.