![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/bOBHqb/btrSwpG3JZ3/yYr5FCxpKzWSC5CyCw4TRk/img.png)
[index.jsx] import React from 'react'; import {useState} from 'react; import {ActiveCard} from '@component/Card/ActivityCard'; export default function index(){ const [todoList, settodoList] = useState([ { id: 1, title: "리액트", content="공부하기", isDone="false"} ]); const onClick = () => {}; return( Following {todoList.map((todo) => { return })} ) } list가 가지..
Projects
2022. 11. 30. 11:42