React JS Tutorial - 12 - Remove an Item from an Array List in React for Beginners | Use React Filter

preview_player
Показать описание
In this video, I'm going to teach you about how to delete an element in a list or an array in React JS in practical way so you can apply this knowledge on real-world React projects. A filter function will be used to remove an item from lists.

React Tutorial for Beginners:
Рекомендации по теме
Комментарии
Автор

Thank you so much for this easy to understand tutorial. I'm a beginner in TS/JS. Thanksss!

Yona_elf
Автор

Your video helped me today in implementing this to a class component. Thanks man!

zingr
Автор

finally .
thank you,
after a lots of video i got this remove part.

ashvarygidian
Автор

Great video but to make life more simple just use the index

l-fitness
Автор

Greetings, Sir! Can you please make a tutorial for deleting multiple data using the checkbox in react js and mySql.

jbcastillo
Автор

Picture.filter is not a function error

bharatsingh
Автор

But sir...when we add two same name,
1.john
2.john

when we hit delete button...both john is gone.

what can we do to avoid it ?

sreejithmohanan