No video

Livewire Code Review: Likeable Component - 10 Improvements

  Рет қаралды 6,509

Laravel Daily

Laravel Daily

Күн бұрын

Пікірлер: 18
@daleryanaldover6545
@daleryanaldover6545 2 жыл бұрын
I found out about using dynamic class names by source diving the Model class. Another cool thing you can do is using dynamic variable names which is kinda weird but helps if you found yourself in a scenario where dynamic variables would be helpful.
@ilhamfajriumar9085
@ilhamfajriumar9085 2 жыл бұрын
I think setting up the initial like or dislike is the best way to reduce the query even more, that's the way i did it in some of my project
@maximusmitchell1229
@maximusmitchell1229 2 жыл бұрын
How do you mean?
@ilhamfajriumar9085
@ilhamfajriumar9085 2 жыл бұрын
When the likeable component loading it's actually getting the like status inside mount. If there are multiple likeable component loaded the query will run as much as the loaded components. Instead doing that, passing the like status from parent component, which can be fetched using eager loading will reduce the query thats being called
@rahmanramsi
@rahmanramsi 2 жыл бұрын
I prefer to pass the model itself instead only the classname and id, so i dont need to query to database to get the data, cuz its already there. So it should becomes like this `@livewire('likeable', ['model' => $comment])
@nabilhassen1944
@nabilhassen1944 2 жыл бұрын
its not secure to do so. anyone can open up the devtools and all of your model data will be available there.
@rahmanramsi
@rahmanramsi 2 жыл бұрын
@@nabilhassen1944 didn't know that, thanks for the info.
@rahmanramsi
@rahmanramsi 2 жыл бұрын
@@nabilhassen1944 btw where i can find that model data in devtool?
@usanzadunje
@usanzadunje 2 жыл бұрын
14:50 Could we just query all the likes(that we need of course) from the parent component and then pass them to each button component. This would result in only one query and remove query to db from component itself?
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Yes, probably, but that kinda defeats the purpose of component that could be reused anywhere.
@krishnanarasimha1243
@krishnanarasimha1243 2 жыл бұрын
I missed the yesterday 48 hour videos :(
@kingstalker
@kingstalker 2 жыл бұрын
King Stalker 0 seconds ago Is there anyway to make the blade syntaxes autocomplete for you for the live wire things also can it not look so white I see spatie permissions blade does the same thing for example I say @role(autocomete your role ) and looks like a normal blade syntax I hope I make sense
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Some Blade support comes from PhpStorm, some can be provided by Laravel Idea package for PhpStorm, but I don't think they cover specific packages like Spatie Permissions or others.
@Ghost-hz2dy
@Ghost-hz2dy 2 жыл бұрын
In the next video "code review" i want to share my github repository and review it. How i can send you email ?
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Currently I have 5 reviews in queue, so realistically I can do only in November. You can email me povilas@laraveldaily.com and invite me to GitHub, username povilaskorop
@abdulrehmandar8541
@abdulrehmandar8541 2 жыл бұрын
I have a question. 1. livewire always render full page on request. Is there any way to render only specific div. without using wire:ignore. 2. I have a bootstrap form wizard when ever make some request the wizard steps become inactive or may go to first step if we are on other step. currently i'm handling it making the steps dynamic to check which step is active or not it works but still flicker. do you have any idea, advice to manage state. Thank you.
@LaravelDaily
@LaravelDaily 2 жыл бұрын
1. No, unless you split them into separate components 2. Can't answer in a comment, needs debugging
@ahmednisar9960
@ahmednisar9960 2 жыл бұрын
make one laravel project from scratch....not like this
Junior Code Review: 13 Tips from Cryptocracy Project
15:01
Laravel Daily
Рет қаралды 11 М.
5 Livewire Examples: Code Review of Mealing Project
20:56
Laravel Daily
Рет қаралды 7 М.
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 3,3 МЛН
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 22 МЛН
Challenge matching picture with Alfredo Larin family! 😁
00:21
BigSchool
Рет қаралды 42 МЛН
❌Разве такое возможно? #story
01:00
Кэри Найс
Рет қаралды 2,2 МЛН
Which Livewire method should I use?
8:20
Laravel
Рет қаралды 5 М.
Code Review: Livewire Rating Component - 4 Different Versions
17:32
SOLID Principles in Laravel: 5 Examples (+ New Course!)
21:07
Laravel Daily
Рет қаралды 72 М.
Laravel Junior Code Review: 12 Tips on Everything
15:30
Laravel Daily
Рет қаралды 74 М.
TypeScript Origins: The Documentary
1:21:36
OfferZen Origins
Рет қаралды 283 М.
Like Button | Build Blog with Laravel, Livewire & Filament #10
29:19
Laravel Contracts and PHP Interfaces: Explained with Two Examples
10:10
Eloquent Performance: TOP 3 Mistakes Developers Make
7:59
Laravel Daily
Рет қаралды 48 М.
Linux from Scratch
2:35:42
Titus Tech Talk
Рет қаралды 151 М.
Faster Eloquent: Avoid Accessors with Foreach
9:35
Laravel Daily
Рет қаралды 53 М.
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 3,3 МЛН