Study/React
React { Key }
Key와 리랜더링 관련해서 알아보기 const rootElement = document.getElementById('root'); const todos = [ [ {id : 1, value: "Wash dishes"}, {id : 2, value: "Clean the bed"}, {id : 3, value: "Running"}, {id : 4, value: "Studying"} ], [ {id : 4, value: "Studying"}, {id : 1, value: "Wash dishes"}, {id : 2, value: "Clean the bed"}, {id : 3, value: "Running"} ], [ {id : 3, value: "Running"}, {id : 1, value: "Wash dis..
2022. 7. 12. 17:28