Тёмный

Write Less Code with Flutter Hooks | Learn Flutter Fast 

Marcus Ng
Подписаться 86 тыс.
Просмотров 11 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 29   
@tananga1523
@tananga1523 Год назад
Omg!!! He is back !!!!!!!!!!!!!!!!
@ahmadamin248
@ahmadamin248 Год назад
Finally! Back (Marcus Ng), I started my Flutter journey by watching one of your UI video.
@samatzhussipov1139
@samatzhussipov1139 Год назад
Two main problems with this package: * this is React concept, it's not Flutter way; * it breaks the convention of build being a pure function free from side-effects. Again, author tries to hide some "complexity" of pretty important Flutter concept: stateless vs stateful widgets and their lifecycles, bringing more confusion and some pitfalls.
@zzzyyyxxx
@zzzyyyxxx Год назад
There's a reason React moved from class components (what Flutter has today) to hooks. And it looks like with static metaprogramming, Flutter will get hooks too in the future.
@on_living_life
@on_living_life Год назад
@zzzyyyxxx Agree 💯, Great job Marcus
@vladimirkraus1438
@vladimirkraus1438 Год назад
I am afraid that even after watching this video I still have no idea what hooks are... After reading some comments it seems that it makes sense only if you already have experience with React... But for those of us without experience with React, hooks are still a mystery after this video.
@so7300
@so7300 Год назад
🔥🔥🔥great explanation!
@snickr6377
@snickr6377 Год назад
Another great one! Thanks!
@MattCantSpeakIt
@MattCantSpeakIt 4 месяца назад
Question: Why do you dispose of the text controllers, but not the formkey?
@deepmeyt
@deepmeyt Год назад
I recently started using flutter after 7 months of non stop web development. Thankfully our hero is back
@kalupatrick6863
@kalupatrick6863 Год назад
React vibes😂
@naxcall
@naxcall Год назад
My maaan backkk ❤️
@GlennMartin
@GlennMartin Год назад
Bro what happened to your vids, been waiting for another desktop tutorial one.
@Explore_Montreal
@Explore_Montreal Год назад
Please more video examples for flutter Hooks . + firebase . Thanks
@antonyaz3506
@antonyaz3506 Год назад
How to find out the effectiveness of this approach in practice? Does anyone have a performance comparison? I don't use dispose and my apps are working fine
@binarnesia
@binarnesia Год назад
this is really cool, just like hooks in react
@Explore_Montreal
@Explore_Montreal Год назад
Valuable information. Thank you
@lucasbastos8019
@lucasbastos8019 Год назад
React core team liked this! Hahaha
@MWStudiooo
@MWStudiooo Год назад
Long time😮
@stevenstone307
@stevenstone307 Год назад
Get React the fuck out of Flutter lmao
@zzzyyyxxx
@zzzyyyxxx Год назад
Nah hooks are great because like he said I don't have to deal with initializing and disposing every time. Don't dismiss something just because it's used in some other library.
@stevenstone307
@stevenstone307 Год назад
@@zzzyyyxxx hooks are awfully unreadable. I’d take a clear stateful approach with something like Bloc any day. Far easier to read, maintain, and trace where the logic is flowing rather than the magic boxes that React is bloated with.
@zzzyyyxxx
@zzzyyyxxx Год назад
@@stevenstone307 What do hooks have to do with global state management? I use Riverpod and they have an optional hooks package too, it works just fine. Talking about Bloc over hooks doesn't make any sense because they're not related, one is about encapsulating lifecycle actions and the other is global state management. Bloc even has an optional hooks package too if you want, so not sure what you're talking about.
@dolbysoundsofficial9323
@dolbysoundsofficial9323 Год назад
Great 😄
@arwahsapi
@arwahsapi Год назад
Welcome back!
@h3w45
@h3w45 Год назад
Welcome back
@exonent
@exonent Год назад
Welcome back!!
@mkhwanazicebo4448
@mkhwanazicebo4448 Год назад
Love this❤
@sangamsingh6866
@sangamsingh6866 Год назад
cool