matt-oakes / redux-devtools-expo-dev-plugin

The full Redux DevTools for Expo using a dev plugin
MIT License
51 stars 5 forks source link

Update README for RTK #4

Closed theogravity closed 3 months ago

theogravity commented 4 months ago

See discussion here:

https://github.com/reduxjs/redux-devtools/issues/1533#issuecomment-2146390042

matt-oakes commented 4 months ago

Thanks. This is on my list to look into.

That snippet will work for most Redux toolkit users, but I have a feeling it will lead to issues for Redux Saga users.

They might not be able to see actions that have been dispatched from a saga. I think that to resolve this we need to export two different middlewares, one for the start and one for the end. Its still on my list to look into though.

If you’ve tried this and it’s working then let me know.