What might be the future problems if I migrate from redux to new context api ?
I have an enterprise web app which is developed using react & redux.
Fully client side rendering, no server side rendering.
App store is very big.
I want to know how dev work flow will be affected for current developers & future developers ?
Will it make any difference on current performance ?
As of now benefit I am seeing is reduction in bundle size.