TODOlist1 React _ ToDoList 만들어보기(2) - 중간점검 여태까지 만든 코드들을 하나씩 뜯어보겠습니다. //App.js import { useState } from "react"; import styled from "styled-components"; import Box from "./box"; const Styled = { wrap: styled.div` width: 400px; height: 500px; display: flex; flex-direction: column; //(1) justify-content: flex-start; align-items: center; background-color: #49F48C; `, }; function App() { const deleteHandler = (i) => { var temp = [...workArray.. 2021. 3. 15. 이전 1 다음