Skip to content

Commit bd8deb4

Browse files
Improve RSS/Atom feed collection with better error handling and refresh
Co-authored-by: sam.willis <[email protected]>
1 parent 6a07574 commit bd8deb4

File tree

8 files changed

+167
-206
lines changed

8 files changed

+167
-206
lines changed

.changeset/add-rss-atom-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Add RSS and Atom feed collections for TanStack DB
77
Introduces `@tanstack/rss-db-collection` package with:
88

99
- `rssCollectionOptions()` for RSS 2.0 feeds
10-
- `atomCollectionOptions()` for Atom 1.0 feeds
10+
- `atomCollectionOptions()` for Atom 1.0 feeds
1111
- Automatic polling with configurable intervals
1212
- Built-in deduplication based on feed item IDs
1313
- Custom transform functions for data normalization
1414
- Full TypeScript support with proper type inference
1515
- Error recovery and robust feed parsing
1616
- HTTP configuration options for headers and timeouts
1717

18-
Both collection types provide seamless integration with TanStack DB's live queries and optimistic mutations, allowing you to sync RSS/Atom feed data and query it alongside other collection types.
18+
Both collection types provide seamless integration with TanStack DB's live queries and optimistic mutations, allowing you to sync RSS/Atom feed data and query it alongside other collection types.

0 commit comments

Comments
 (0)