In this video we will take a deep dive into creating a react+redux application using the redux template for create-react-app. We will study the packages that this comes with, including the Redux Toolkit, which is now the official, opinionated way of setting up a redux project. In particular, we will take a look at 'configureStore' and 'createSlice' function that this gives us.
We will also study the counter app that this template comes with, and also make a very simple Todo app.
If you want a DEEP DIVE into Redux Toolkit, please check out my new video here! • Deep Dive into Redux Toolkit with Rea...
🗄 Resources:
My Github Repo: https://github.com/angle943/cra-redux...
Redux Toolkit: https://redux-toolkit.js.org/
Mark Erikson's blog on Redux Toolkit: https://blog.isquaredsoftware.com/201...
Immer: https://immerjs.github.io/immer/docs/...
🔑 Key Concepts:
create-react-app
React
Redux
Redux Toolkit
Immer
configureStore
createSlice
#CreateReactApp #Redux #ReduxToolkit