howardchung / watchparty

Watch anything together in-sync with your friends

Home Page:https://www.watchparty.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use React Context to access global metadata

howardchung opened this issue · comments

Specifically beta and isSubscriber are used all over the place but currently threaded using props.

We can create a provider that wraps the App, and then access these values using useContext