knocklabs / javascript

Official JavaScript packages for interacting with Knock
https://knock.app/
MIT License
11 stars 2 forks source link

feat: split providers into KnockFeedProvider and KnockProvider #2

Closed connorlindsey closed 7 months ago

connorlindsey commented 7 months ago

This splits the feed provider into a KnockProvider and KnockFeedProvider. The KnockProvider authenticates with Knock and exposes a client. The KnockFeedProvider now must be a child of the KnockProvider and is only responsible for connecting to the feed and getting notifications.

linear[bot] commented 7 months ago
KNO-4820 Update React providers

Create separate Knock and KnockFeed providers Reorganize code around `modules/`