I'm new to react. I've been playing around with t...
# help
j
I'm new to react. I've been playing around with the demo app. How would I add a global setting? Like if I want to add a boolean toggle to the setting page and then make that setting available to affect behavior on all other pages? Would I use appContext like the demo app does for userHasAuthenticated? Thanks.
j
Yeah the context would be the best way to do this.
j
Thanks @Jay. It worked great.