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.