-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor refactor for performance and code cohesion.
- Improved types across the board - Improved hook documentation with examples - Simplified PusherProvider, usePresenceChannel, useTrigger - removed duplicate invariants covered by useChannel Small note - dts-bundle-generator doesn't export the Pusher type as default from 'pusher-js'. I manually updated it before releasing to npm - would be good to write a script to do that automatically. Merge branch 'feature/improve-types-refactor' into develop
- Loading branch information
Showing
31 changed files
with
369 additions
and
532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"siteId": "aa919ed6-b843-411b-b6f7-828ea279b040" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.