Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Create a Twitter Clone from Scratch with Blazor in .NET 8
Create a Twitter Clone from Scratch with Blazor in .NET 8
Introduction & Create a New Project (3:46)
Project Overview (5:21)
Apply Migrations & Create an Account (8:01)
First Glimpse at Authentication/Authorization (8:02)
Implementing a User Handle (12:18)
Adding the Tweet Entity (4:42)
Adding the Follow Entity (10:28)
Receiving the UserId with the AuthenticationStateProvider & a UserService (5:26)
Implementing the Tweet Repository (4:29)
Implementing the CreateTweet Component (8:56)
Creating Tweets in Action (2:27)
Displaying Tweets & Reloading the Feed (12:50)
Changing the Navigation Menu (2:19)
Implementing the Follow Repository (5:43)
Expanding the Tweet Repository (4:03)
Implementing Final Client Changes (12:07)
Project Overview
Complete and Continue