RTK and RTK Query ? #455
omdxp
started this conversation in
Architecture
Replies: 1 comment 3 replies
-
i strongly disagee here, this is in itself another wrapper around Redux:
Once we implement GraphQL, I'm planning to use these three state management tools:
So all three are justifiable, and they would be a good learning experience, we can even write an article on how we use them and link live code snippets. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Redux Toolkit is an amazing tool for redux applications, it has useful packages within namely
redux
,immer
and evenredux-thunk
so as you can see it includes a lot of toolset that are needed to any common projects.It doesn't have a learning curve like Redux, as a matter of fact it minimize a lot of the boilerplates with normal Redux and enhance the dx side of things. And what I like the most about is the RTK Query which has an amazing api like React Query but with the bonus of directly integrated with Redux.
So what do you think about it ?
Beta Was this translation helpful? Give feedback.
All reactions