Why did react-redux adopt the old version of context API??

just read an article saying that React has provided a new context api, since 16.3 to completely solve the problems of the old Context API. But why does react-redux still use the old version of context API,?

article: https://juejin.im/post/5bcdaf.

Sep.11,2021

to consider the progress of history, react-redux is also following the new context api,. You can take a look at this issue .

Menu