Pass Data to Components & Mount | Laravel Livewire 3 for Beginners EP13

preview_player
Показать описание
Welcome to the second episode of livewire 3 course, in this course we will cover all the basis needed to build dynamic front end components using livewire. Today we cover how to pass data into your components from outside, and also cover the use of mount function.

Course Playlist :

Through out the course we will cover:
- how to make components
- Actions
- Properties
- Form Submission and Validation
- Flash Messages
- Tables and Pagination
- File Uploads
- Inline Components
- Full page Components and Layouts
- Events
- Offline States
- URL Query Parameters
- Nesting Components
- Navigate
- Loading states, Lazy loading and placeholders

And more

Livewire 3 website :

Boostrap Documentation:

If you would like me to make more livewire videos, please let me know by liking the video and commenting what you like to learn next.

What is livewire:
Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. (Taken from Livewire Documentation)
Рекомендации по теме
Комментарии
Автор

Thank you, i've learned something new today.
Keep it up ;)

musicallyme
Автор

Martin, thank you for your videos. Very well presented and explained. Its nice to see someone focusing on Liveweire 3. Can't wait to see more. Livewire multiple components, nested components, modals. You can do series on Tailwind as well. Only small thing, if you have some more complicated Tailwind class definitions, ti will be worth to have it somewhere in repository or some file to each video, for someone who wants to achieve exactly same look as you have in your examples. Keep it up.

MiroslavCada
Автор

hi tanks.
can you make a video about Multi step form in livewire 3 ?

dm._.
Автор

How can I pass data to my layout? I can only pass variables to my component, I need to pass a variable to my layout. To show a navbar when it's true and hide when it's false.

luizjunior
Автор

Hello If I have a component such as comments under a post if I add a new comment it by default sends a post request but does the component comment which gets updated rerender in Livewire or since comments gets updated does it send a network request in V3.Thanks

tanzimibthesam