next+ts 업데이터 페이지 전체 코드 둘러보기 (Component+container)
component import { RefObject } from "react"; import { CounterState } from "../../../../store/types/state"; import { da } from "../../../../type"; const Modify = ({ titleref, dateref, timeref, addressref, contentref, tagsref, finish, reset, main, id, }: { titleref: RefObject; dateref: RefObject; timeref: RefObject; addressref: RefObject; contentref: RefObject; tagsref: RefObject; finish: () => vo..
2022. 5. 2.