NextJS)페이지(router)가 변할때 이벤트 주기
2023. 2. 13. 00:24
Frontend/React & React.Native &Next.js
NextJS)에서 beforeunload 같은 기능 useEffect(()=>{ 이벤트 },[, router])

ReactJS) IPFS img, image render, 읽기
2023. 1. 27. 20:52
Frontend/React & React.Native &Next.js
데이터 예시 해결 data.image.includes("https://ipfs.io/ipfs/") ? 참고 #8. IPFS(InterPlanetary File System)이해하기 1부 : HTTP Web을 넘어서, IPFS Web으로 1 | 인터넷(Internet)과 웹(Web) medium.com

typescript) path 변환, rute 짧게 변환 '@' 로
2023. 1. 27. 18:24
Frontend/HTML, CSS, DOM, jQuery
tsconfig.json 추가할 코드 "baseUrl":".", "paths":{ "@libs/*":["libs/*"], "@components/*":["components/*"] } 바꾸기 기능을 이용
필터기능 설계
2022. 12. 30. 00:51
Frontend/React & React.Native &Next.js
데이터 표본을 만든다 setState 정의 [e,e,e,e,e], [{key:value}], {key:[]} 등 형태를 정의 데이터를 가공한다. 보여줄 데이터에 맞게 useSWR 안에 데이터 정리 useState 작업을 한다 더하기, 빼기, 다뺴기 만들기