34: Right sidebar part 2
In this lesson, you will work through Right sidebar part 2 as part of How to build a Twitter clone using Livewire 3 & Laravel reverb.
Caption excerpt: To get started with, let's create a placeholder in here so we can have a skeleton for when we are loading who to follow. So we want to just return a view in here where we are returning a placeholder, which we will just create a view file for only. We do not need to create any component for life wire. We can just return a view for simplicity. Then inside components, we need to create a folder called placeholder and we can then call this who to follow. So we want to create a diff in here and I'm just going to add a c...