Completed
Applying CSS to the project
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Router Hooks and Links - React JS Beginner Project
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Quick Objectives
- 4 Applying CSS to the project
- 5 Header component
- 6 Nav component and React Router Links
- 7 Adding search state
- 8 Adding post state and starter post data
- 9 Adding search results state
- 10 Passing props to Nav component
- 11 Home component
- 12 Feed component
- 13 Post component
- 14 PostPage component and useParams hook
- 15 handleDelete function and useHistory hook
- 16 NewPost component
- 17 handleSubmit function and date-fns package
- 18 Adding search functionality with useEffect and filter
- 19 Correcting a handleSubmit function error
- 20 Missing component / 404 page
- 21 Footer component
- 22 About component