Redux Toolkit is UI-agnostic, what does this mean exactly? #4720
anthonytranDev
started this conversation in
General
Replies: 1 comment
-
It means that it is not directly tied to any specific UI library. We assume that most Redux users are using it with React. But, you can use it with anything: Vue, Angular, Svelte, Ember, jQuery, vanilla JS, or no UI layer at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
I'm currently reading through the documentation - https://redux-toolkit.js.org/rtk-query/overview
I wanted to quote a specific bullet made here, as I don't understand it much.
"Redux Toolkit is UI-agnostic, RTK Query's functionality can be used with any UI layer"
Presumptions
Being UI agnostic means to me
react-native
Beta Was this translation helpful? Give feedback.
All reactions