Creating links

73 views
4 hours watched
2 completions

Building a UI so that we can add social and custom links to our link pages.

Video thumbnail

Get full access

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.

$197
one-time payment

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:

  1. Social media links
  2. Custom links

...

Subscribe now to get full access to the lesson content.

Get started →