Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Drag and Drop in React with React Query and React-Beautiful-Dnd
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 What We're Adding
- 4 Starter Code
- 5 Updating & Adding Dependencies
- 6 json-server
- 7 Starting the project
- 8 Initial DnD imports
- 9 DragDropContext
- 10 Bracket Pair Colorization
- 11 Droppable
- 12 Parent section
- 13 Assigning content
- 14 Mapping todos
- 15 Draggable
- 16 Droppable placeholder
- 17 React 18 Strict Mode issue & solution
- 18 Creating intermediate state
- 19 onDragEnd destination
- 20 Persisting DnD order with useEffect & localStorage
- 21 Update handleOnDragEnd
- 22 handleDelete
- 23 Testing CRUD Ops and refresh / reload