reduxjs / redux-toolkit

The official, opinionated, batteries-included toolset for efficient Redux development
https://redux-toolkit.js.org
MIT License
10.56k stars 1.14k forks source link

Check types against other ecosystem libs #3846

Open markerikson opened 8 months ago

markerikson commented 8 months ago

Per Nathan:

The main blocker I ran into was redux-saga types not being compatible

Others to consider:

markerikson commented 8 months ago

Update:

The redux-saga types weren't causing as much of a problem as I thought. It should just work once redux-saga updates their dependency to allow Redux 5.

markerikson commented 8 months ago

Filed https://github.com/redux-saga/redux-saga/issues/2401 and https://github.com/redux-observable/redux-observable/issues/784

markerikson commented 8 months ago

Both of those have responses saying "gotcha, we'll push new releases once RTK 2.0 is RC or final".

markerikson commented 7 months ago

redux-logger and redux-persist apparently have some types issues, but neither of those is maintained any more.

EskiMojo14 commented 7 months ago

redux-logger's types are from DefinitelyTyped, so if there's any issues with types they should be fixable there - with that said I'm pretty sure the only issue is it using v4's Middleware type instead of v5