react-tracked
react-tracked copied to clipboard
Redux DevTools Support
Would it be possible to integrate Redux DevTools when state is managed by React Tracked? Like maybe a middleware for all our stores like in Zustand, but here instead of subscribing to an external store, the devtools subscribe to the underlying React Context created by React Tracked.
It would be tricky to support redux devtools. Do you know any practice with useState and redux devtools? It can be applicable to react-tracked.
Otherwise, react dev tools would better fit.
Found this I think maybe this is an implementation of using useState with Redux DevTools.
Code : https://github.com/jherr/redux-devtools/blob/main/hooks-test/src/App.js
Cool. If that works, you can do the same thing in your useValue you pass to createContainer. Please give it a try.
Closing as stale.