useContext - what state should be global? #17
Unanswered
POWERBACKme
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prop drilling is a real concern with React development. One solution to this is useContext.
useContext
at the time is not used anywhere in the app, but it seems like it could be advantageous with certain state values that exist everywhere or nearly everywhere in the app.Beta Was this translation helpful? Give feedback.
All reactions