728x90
Object Array update
1. Map을 이용하여 특정 고유키를 이용해 해당 json만 값 변경하는 방법
setSampleData(sampleData.map(item =>
(item.key === compareVal(해당 index와 비교할 고유키 값)
? { ...item, key: e.target.value } //변경하고 싶은값
: item))
);
728x90
반응형
'REACT' 카테고리의 다른 글
Error#2 RTK-updateQueryData 삭제 안됨 (0) | 2022.03.24 |
---|---|
Error#1 transform 속성과 position fixed (0) | 2022.03.24 |
FullCalendar --값 가져오기 (0) | 2020.12.23 |
AWS- appspec.yml root (0) | 2020.09.24 |
gapi oauth2 - google Calendar (0) | 2020.09.15 |