Redux Toolkit introduction with example #02
Redux Toolkit
In this playlist, we are covering redux Toolkit and we are exploring how redux toolkit is helpful for managing redux state with slices and with a new way to create a store
- why we should use the redux toolkit, how to use it (examples with setup)
- basic setup with the redux toolkit
- Blog post example using the redux toolkit
- shopping cart example with a redux toolkit
- react-redux compare with the redux toolkit
- react-redux typescript example Demo
React Master Playlist
[https://www.youtube.com/watch?v=ZWqfADc-0K8&list=PLIGDNOJWiL19gSS77cxozYBGpxeSYKmxz](https://www.youtube.com/watch?v=ZWqfADc-0K8&list=PLIGDNOJWiL19gSS77cxozYBGpxeSYKmxz)
Github Link
[https://github.com/tkssharma/full-stack-assignments](https://github.com/tkssharma/full-stack-assignments)
React Redux Example
[https://codesandbox.io/s/react-redux-application-forked-m743s](https://codesandbox.io/s/react-redux-application-forked-m743s)
React Redux Typescript Example
[https://codesandbox.io/s/react-redux-typescript-59sp8?file=/src/Toggle.tsx](https://codesandbox.io/s/react-redux-typescript-59sp8?file=/src/Toggle.tsx)
[https://codesandbox.io/s/react-redux-application-forked-m743s](https://codesandbox.io/s/react-redux-application-forked-m743s)
examples
[https://codesandbox.io/s/happy-keldysh-gk35l](https://codesandbox.io/s/happy-keldysh-gk35l)
[https://codesandbox.io/s/reduxtoolkit-demo-forked-e12t5](https://codesandbox.io/s/reduxtoolkit-demo-forked-e12t5)
[https://codesandbox.io/s/redux-toolkit-forked-sgvro](https://codesandbox.io/s/redux-toolkit-forked-sgvro)
[https://codesandbox.io/s/redux-toolkit-lesson-forked-0m5p3](https://codesandbox.io/s/redux-toolkit-lesson-forked-0m5p3)
[https://codesandbox.io/s/react-redux-toolkit-application-cbb6s?file=/src/slices/comments.js](https://codesandbox.io/s/react-redux-toolkit-application-cbb6s?file=/src/slices/comments.js)
[https://codesandbox.io/s/925pv?file=/src/store/storeConfig.js](https://codesandbox.io/s/925pv?file=/src/store/storeConfig.js)
Cart App
[https://codesandbox.io/s/redux-toolkit-cart-demo-forked-fkb5d](https://codesandbox.io/s/redux-toolkit-cart-demo-forked-fkb5d)
Book App
[https://codesandbox.io/s/reduxtoolkit-typescript-test-mp4zo?from-embed=&file=/src/redux/bookSlice.ts](https://codesandbox.io/s/reduxtoolkit-typescript-test-mp4zo?from-embed=&file=/src/redux/bookSlice.ts)
RTK Query
[https://codesandbox.io/s/g1oo3?file=/src/store.ts:223-234](https://codesandbox.io/s/g1oo3?file=/src/store.ts:223-234) RTK QUERY
[https://codesandbox.io/s/optimistic-violet-k79lf?file=/src/Pokemon.tsx](https://codesandbox.io/s/optimistic-violet-k79lf?file=/src/Pokemon.tsx) RTK Query
Comments