Deep Dive into Redux Toolkit with React - Complete Guide
Video Statistics and Information
Channel: Justin Kim
Views: 77,996
Rating: 4.9497185 out of 5
Keywords: Javascript, React, Programming, ES6, ECMAScript, Coding, Tutorial, Code Alongs, 2020, Hooks, useState, memoization, state, props, createSlice, Redux, Redux Toolkit, create-react-app, configureStore, typescript, immer, rtk
Id: 9lCmbth63k0
Channel Id: undefined
Length: 199min 4sec (11944 seconds)
Published: Sat Feb 29 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This was posted a few days ago, but it's an excellent video and worth watching. (I'm admittedly a bit biased here :) )
Also, note that Redux Toolkit 1.3 beta is now available, with new APIs and smaller bundle sizes. Hoping folks will try it out and give us feedback. We need to add a couple more usage guide sections, but if no issues turn up, I hope to publish 1.3 final in the next few days.
RTK is a gamechanger
Thank you for the share! I needed this. I don't know why, but it's easier for me to watch videos to understand something.
I've recently used Redux for the first time using their hooks api. Mostly
useSelector
anduseDispatch
hooks with a single store and different reducers combined and passed to it.It seems to get the job done and I found it pretty straightforward to use. But should I learn the older redux way? and Is Redux ToolKit separate from redux? If so why does it exist? and does it have hooks API that is as straight forward as the original redux hooks?
Thank you for the vid
Does this video go into setting up asynchronous action creators? Is there a clean way to do this with RTK?
good stuff