ReactJS Beginner Series: #5 - Display Names List with Array.map()

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

You sound way more confident in 2022 😄
Great progress Simon! 👍🏻

andreich
Автор

You did a fantastic job I appreciate one small tweak you can do is, instead of names list give personslist and parameter would be person whether a girl or boy and when we return name it could be person.name ....Thanks great tutorial..!

stonking
Автор

I am surprised you do not have more viewers... Great Explanation

docwali
Автор

This was a fantastic tutorial. Got me exactly where I needed, thanks so much!

Chmelewsky
Автор

Thanks a lot, got me exactly what I needed.Good job buddy!

ExodusIsLive
Автор

Thanks for the tutorial !! Btw how they call data.js when you never import data.js into it?

Deddy
Автор

So that variable name is just something to identify each object and could be any name we choose, for instance "thing":
var namesList = data.map( thing => {
console.log(thing);
});

nemnoton
Автор

thanks alot, I was having some nooby trouble

whome
Автор

Simon, if I'm mapping pseudo data, how would I implement a counter that decrements for each iteration?

andrewkim
Автор

You've just saved my ass!
Keep up the good work

dominikkohlman
Автор

tell me the font you've used in vscode plz

rishabhunlocked
Автор

Nice, but i need iteration(for loop) method to implement this one.

manikmani
Автор

how can i show an array inside another one?

terla
Автор

How can you just show one name from the list instead of all of them?

Cav
Автор

where color came from ?

did you mention it in first tutorial but i didn't see it :)

freddysidauruk
Автор

how to push data {id name sex} values in to the array with reactjs

citylikes
Автор

Can you please help me to make a drop down list which will first select country name then respectively state name and then city name in react native? Is it possible!

rohitpatil