Building a UI so that we can add social and custom links to our link pages.
You need to subscribe to get full access to the video and lesson content.
Join 4.3K+ learners from companies like Shopify, Microsoft, Tiktok, AppSumo and Instacart.
Before diving into the UI for adding and managing links, we made a quick change to the create component. Previously, when creating a link page, the user wasn't redirected anywhere. We've improved this by automatically redirecting the user to the edit page for the newly created link page.
To implement this, we added the following code:
wire:navigate
This Livewire attribute allows for route changes without a full page reload, resulting in a snappier user experience.
We focused on creating two types of links:
...
Subscribe now to get full access to the lesson content.
Get started →