Overview
Syllabus
Intro
Welcome
Prerequisite knowledge
Starter Code Overview
selectPostById selector
SinglePostPage component
Install React Router
Applying React Router to index.js
Layout component
App.js Routing
useParams in SinglePostPage
PostsExcerpt component
Testing Our Code
Adding a Blog Header
Adding an Edit Post link
EditPostForm component
updatePost async thunk
builder case for updatePost
Dispatching updatePost
Routing for EditPostForm
Testing updatePost
deletePost async thunk
builder case for deletePost
Dispatching deletePost
useNavigate in AddPostForm
Testing All CRUD Operations
updatePost fix for fake API testing
Verifying reaction names
Loading API posts data at app load
Taught by
Dave Gray