Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add caching for fetching next and previous articles in `ContentDetail…
…Page` * Create `cachedGetNextArticle` and `cachedGetPreviousArticle` functions with caching similar to `cachedGetContentDetail` * Replace direct calls to `getNextArticle` and `getPreviousArticle` with cached versions in `ContentDetailPage` * Pass the next and previous articles as props to the `ContentDetail` component
- Loading branch information