Release all-new react-context-devtool V2.0
react-context-devtool is devtool for react context and useReducer hook.
you can debug useRed...
For further actions, you may consider blocking this person and/or reporting abuse
Hi, thanks for the great tool. Is there any way see the internal states/hooks used inside the Context (but not exported in the Context's value) ?
For exemple:
const [queue, setQueue] = useState([]); // <-- I want to debug this state
Context.Provider values={...someOtherStates} // <-- but it's not exported in Context.Provider
Cheers !
hey man nice job, please add time travel to it just like redux-devtools.
Great effort man! I really enjoyed reading this.
Looks great. Anyway i can make this work with React Native?
Thanks, react native support will be added soon.
Hi, thanks for the great tool. Is there any way see the internal states/hooks used inside the Context (but not exported in the Context's value) ?
Cheers !