I'm scaffolding a large scale React application. In fact it is a advanced level of admin panel, I wanna use Redux for handling the global state of application and Redux Saga for asynchronous actions.
Few days ago I saw an article in medium, Which it's about new React Context API, It's awesome and useful.
Also I saw a useful Stack Overflow question about using React Context, Here is about React Context vs React and my situation is some different.
In my case I wanna use Redux for controlling global state of application like login, global data and etc, and passing these data to all of components tree with React Context, is it a right way? is there a better way to leverage?
 
    