DEV Community

Discussion on: How to add Redux Toolkit to a React-Redux application ⚛️

 
lexiebkm profile image
Alexander B.K. • Edited

Thanks for telling me about caveats of Context for using it as global state management. That is actually I have been wondering so far.
Now that I have found that you are an expert, who is a contributor of Redux Toolkit, I should take your advice.
I am still learning Redux with RTK, including RTK query as well as React-Redux. There are a lot of things to learn of these Redux technology that need time/patience to use it correctly, but I hope it will pay of in the long run for me.

Thread Thread
 
maxinejs profile image
Maxine

Thanks again for the awesome info! @phryneas

Thread Thread
 
maxinejs profile image
Maxine

I have dropped my use of connect since your initial comment, and it has made my life easier no doubt!