Create React App + Redux Template - Getting Started
Video Statistics and Information
Channel: Justin Kim
Views: 9,816
Rating: 4.9376945 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
Id: xbgwyhHmCyU
Channel Id: undefined
Length: 52min 52sec (3172 seconds)
Published: Sat Feb 22 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Would be nice to make a video comparing the toolkit to the βstandardβ set up like you say in the video. I subscribed to your channel. Great work with Redux Mark and keeping up with the React team
Nice video! (Also pleased that you actually read my "Redux Toolkit 1.0" post and referenced it :) )
Very very cool. Well done video and a great example to explain how redux toolkit makes things easier and cleaner.
I've been a bit hesitant to use redux at all due to the added complexity, but this makes the benefits clearer and it's much less messy, especially when using hooks.
Very nice! Any plans to support redux+typescript together?
Noob question: does redux and hooks solves the same kind of problem in a react app?
Nice video! Crazy someone made a tutorial about something I helped make π€―
Nice video. Though I'm still wondering how you would make a thunk with RTK. Could you put it in the reducer and the action would be generated for you? That sounds too easy
Newbie question: why doesn't the template offer a plain Redux solution? It would be the starting point to whichever libraries you like, if you ever want to use one. Then, upon it, other templates with other libraries could be written.
It seems to me that start off with a library will eventually kill everything else (not really, but it's like having a privilege).