kmoskwiak / useSSE

use Server-Side Effect ✨in React SSR app
https://kspr.dev/use-sse/
MIT License
138 stars 10 forks source link

fix: BrowserDataContext typo #27

Closed codeofmochi closed 2 years ago

codeofmochi commented 2 years ago

Hello πŸ‘‹

Thank you for this nice library!

This PR brings a typo fix for the BrowserDataContext object (previously named BroswerDataContext), with docs updated accordingly. I understand this name is first-class citizen in the API, so this change is breaking.

IMHO it may also make sense to rename BrowserDataContext to ClientDataContext directly, since the dual server provider is ServerDataContext. Let me know if this is something you'd prefer, I'll be happy to change this PR πŸ™‚

Cheers!