How do I get context set in root route?
I am setting context per the docs that fetches but I can't find any documentation on how to actually use this context in a component. I see that you can use it in
load and beforeLoad, but nothing about passing it or using it in the route's component.Am I thinking of it as more of a state management solution than it is?