3 Excellent New Features in Alpine.js

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • In this Larabit, I'll show you three new features released recently in the Alpine.js framework. The plugin Portal was merged into the main framework as the x-teleport directive and lets you move blocks of code outside your Alpine state area. Speaking of state, $data lets you pass the current Alpine state object as a function argument.
    Watch thousands of videos, track your progress, and participate in a massive Laravel community at Laracasts.com.
    Laracasts: laracasts.com
    Laracasts Twitter: / laracasts
    Jeffrey Way Twitter: / aschmelyun

КОМЕНТАРІ • 8

  • @androidbot313
    @androidbot313 2 роки тому +13

    you're a good speaker and your pace is perfect for teaching. Please keep doing what you do

    • @omarml6464
      @omarml6464 2 роки тому

      @Ummer Ameen عمر امين Nope he is Andrew Schmelyun.

  • @VV-wl8gb
    @VV-wl8gb 2 роки тому +2

    Excellent tutorial! Thanks. It's only missing the chapters in the video's timeline :)

  • @jugibur2117
    @jugibur2117 Рік тому

    Great stuff, thanks for sharing!

  • @sentgine
    @sentgine Рік тому

    Amazing features!

  • @onuraydeniz2040
    @onuraydeniz2040 2 роки тому +1

    Thank you😎

  • @networkerbowofade8477
    @networkerbowofade8477 2 роки тому +1

    Excellent video, the rate at which this libraries is growing it will reach vuejs one day with the exception of components. Pls how can we send email address from form input
    with alpinejs.

  • @mattskelton7471
    @mattskelton7471 11 місяців тому

    What's the thinking behind the $id helper? I've never had any issues coming up with IDs for form inputs. Besides I still need to define "names" for each element; my id usually just follow my names. This seems like a bit of bloat for a non-problem, or am I missing something?