Demo: ReadNext
1 minute read
Create a demo page showcasing the ReadNext component, which
suggests related articles based on shared tags.
Current State
The ReadNext implementation is complete (see Use remote function to ReadNext). It reads from page.data.readNextPosts populated by getReadNext() in +layout.server.js, and delegates rendering to Articles in compact mode.
Tasks
- Create a demo page with usage examples
- Show how tag-based matching and fallback behavior works
- Document the
getReadNext()remote function API
Read next