RTK = Redux Toolkit; RTK Query = Redux Toolkit Query
কেন RTK?
Problems using Redux
📌 Redux requires too much boilerplate code
- Action Types
- Action Creators
- Switch statements in reducer
- Too much modular file structure
📌 Other packages need to be installed
- Redux-thunk
- Redux-devtools
- Biggest Concern Immutable state updates
📌 Biggest Concern Immutable state updates
Raw Redux এ immutable state updates করা জটিল এবং error-prone।
Redux Toolkit 🚀
🏆 Official
🧭 Opinionated
🔋 Batteries-included
⚡ Efficient
Redux Toolkit সব সমস্যার সমাধান দেয় — কম কোড, built-in tools, safe mutations।
Last updated on