React Form Array Data

preview_player
Показать описание
Learn how to handle arrays in forms with React.

----

----

----

----
Follow Me Online Here:

#benawad

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

This video helped me, I didn't know I can use function in setState and immer library is really practical.
json wasn't formatted, because normally html does not support formatting (enter, tabs ..).
You can solve it by wrapping it in to <pre> tag.

lukaskovar
Автор

Thank you very much. I learned the way to access an attribute in an object inside an array. I have struggled to do that for two days now. Now it's solved. Thank you ❤🙏

kavindutharaka
Автор

Superb tutorial. It solved my problem which i searched internet whole two days. Thank you very much

manujabandara
Автор

What are you using to switch between apps at 3:36? it looks really smooth

jonathanarturo
Автор

thanks for video bro was stuck with antd Array of Inputs and wanted to map reloaded data if available . Your video sorted it out for me without having to redo it :)

cosmicknox
Автор

You saved my life on that one, it works smooth 🙏

phantazzor
Автор

Absolute legend, your videos are a great help when I'm at work, thank you !

NargaKuruga
Автор

This is really awesome and it helped me alot, A bunch of thanks to you .

kirankmr
Автор

Please share example using nested arrays

JesseQuickEats
Автор

I cant tell if people are trolling about the leaving react and the angular video, or if they are serious...

jmbs
Автор

great! anyway, do you have idea how to insert the values into sql database? i'm using node js and async await but doesn't work well. only the first values in array are inserted to database row

xhaimraez
Автор

hello I hope you help me, when I use your first method, I cant delete all thing. only the last character stays in input.

oguzhan
Автор

Thanks for a good video, but as you know in real scenario we will be using a component for input fields and passing the array to it that makes it more difficult to handle, I understand that you keep it simple to teach, but can you please give an other example in a bit advanced scenario, thanks

sairfan
Автор

What settings do you use so you can have that nice typing effect(or rather that effect on the cursor whenever you go from one line to another)?

andreigatej
Автор

I don't really understand, why you used a library to deal with changing an item in an array. Is there something wrong to write like setPeople(currentPeople => { currentPeople[index] = { ...currentPeople[index], firstName } return currentPeople }) like this.

hangai
Автор

Hi Ben . Which VS Code extension are you using to get gzipped file size in the video. eg: 1.39

jibinkoshy
Автор

sir, how to store this data in backend (mongodb), sir please make video, please

Nsutradhar
Автор

Thank you very much your video helped me

backenddeveloper
Автор

what if i have an array of objects which is also inputs inside people object

saumaypaul
Автор

would you use this same crud pattern if you were writing to a database with apollo ?

parousia