how to use useContext and Dataframe #608
Unanswered
syedzayyan
asked this question in
Q&A
Replies: 1 comment
-
Step 1. Create a Context and ContextProvider
Step 2. Add the ContextProvider to App
Step 3. Use it to read/Update the context values in other Componnets
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
const LigandContext = createContext();
In here how do I declare the type?
And then here? Basically I am setting a dataframe to the context
Beta Was this translation helpful? Give feedback.
All reactions