Simple landing page

32 views
19 hours watched
5 completions

We need to build a simple home page with a demo, but first there is a critical bug we need to fix!

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 deploying the app, we discovered a critical issue with social network links. When users edit the title of a social link, it breaks the actual link to the network. To fix this, we need to:

  1. Allow users to provide their username/handle
  2. Enable custom titles for links
  3. Update the data structure in the block model

Implementing the Fix

We updated the following components:

  1. addSocialLink method: Added a handle item
  2. updateBlock method: Ensured the handle is saved when updating
  3. UI in the blade template: Added a field for the handle

To handle cases where existing data doesn't have a handle key,...

Subscribe now to get full access to the lesson content.

Get started →