Description
React-Redux is currently written in plain JS, and our types have been maintained by the community over in DefinitelyTyped at https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-redux/ .
Whenever we get around to writing a React-Redux version 8, we intend to port the library to be written in TypeScript directly.
While we don't yet have plans to work on a new version, it's likely that might happen in the next few months because of React 18 and the Concurrent Rendering changes in that release.
It would be helpful if we could start the work of porting React-Redux to TS now, even if it's just a draft on a branch, so that we have that complex work done ahead of time and can then look at any compat changes for React 18 separately without trying to do both at once.
We maintainers probably don't have the time to tackle this ourselves right now, but I'd love to see the community work on that port so we get it ready.