Completed
NotesList component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MERN Stack Project With React Redux and RTK Query
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Suggested Pre-Requisites
- 4 Starter Code and Dependencies
- 5 Redux apiSlice
- 6 Configure the Redux store
- 7 Provide the Redux store in index.js
- 8 usersApiSlice, getUsers endpoint, and selectors
- 9 Shortcut for notesApiSlice creation
- 10 UsersList component
- 11 User component
- 12 Start the backend Node.js REST API
- 13 View the UsersList
- 14 NotesList component
- 15 Note component
- 16 View the NotesList
- 17 sortComparer function