Completed
) Modal Complete
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Redux Toolkit Tutorial – JavaScript State Management Library
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Setup Store
- 2 ) Create Slice
- 3 ) Dev Tools
- 4 ) useSelector()
- 5 ) Hero Icons
- 6 ) Local Data
- 7 ) Render List
- 8 ) Cart Item
- 9 ) Clear Cart
- 10 ) Return State
- 11 ) Remove Item
- 12 ) Toggle Amount
- 13 ) Calculate Totals
- 14 ) Create Modal
- 15 ) Modal Complete
- 16 ) createAsyncThunk
- 17 ) createAsyncThunk Options