13: Like button part 1
In this lesson, you will work through Like button part 1 as part of How to build a Twitter clone using Livewire 3 & Laravel reverb.
Caption excerpt: In this video, we're going to add the real-time functionality for the like button in the Twitter clone. So if we go into our browser here, or actually, so into our editor, and in here , we will go into "treat actions". And in here, given we are only really needing to switch between a like and a unlike icon, I don't think we need to have any extra things in here. So if we go in, we should just be able to essentially add the relevant things in here. So to start out with, we want to go ahead inside our "treat actions"...