React For Beginners 10 : Destructuring Props

preview_player
Показать описание
In this lecture we will learn how to De-structure props in React.
Рекомендации по теме
Комментарии
Автор

To open emoji keyboard, use the following steps: 
On Windows, you can use Windows key + . (Dot)
On Mac cmd+control+space

ashutoshpawar
Автор

Great tutorial, please keep making more videos :)

haidersyed
Автор

Great tutorials, I'm learning react and everything it's clear

alessandro
Автор

God bless you sir! These videos are the best!

chidinmanwosu
Автор

please, how do I open Vs code on mac terminal? I been trying to figure that out

victorigwe
Автор

for me to declare the props into const is all about personal preference

jeremykings
Автор

Hello!
Thanks for your class in the basics of React.
One point is unclear for me.
How I can open the view of emojis? You`re demonstrating it at minutes 3:26.

danielgrana
Автор

As useful as this might be for brevity, I feel like it’s a shortcut and violates the code clarity concept. Being that this is a series for beginners, I feel like that it might be good for a beginner to know what this is but not necessarily be encouraged to use it as it abstracts a lot of what’s happening in the background. If an inexperienced developer were to encounter this, they might not know what it is and get confused. Thus, violating the code clarity and readability concept. Personally, I only encourage developers to do things like this when it’s absolutely necessary. Verbosity is always going to be more clear and readable to a larger audience in almost every instance.

ragtop