필터기능 설계
2022. 12. 30. 00:51
Frontend/React & React.Native &Next.js
데이터 표본을 만든다 setState 정의 [e,e,e,e,e], [{key:value}], {key:[]} 등 형태를 정의 데이터를 가공한다. 보여줄 데이터에 맞게 useSWR 안에 데이터 정리 useState 작업을 한다 더하기, 빼기, 다뺴기 만들기
NextJS) 뒤로가기 버튼, router.back, back
2022. 12. 22. 12:35
Frontend/React & React.Native &Next.js
router.back()
TailWindCSS) Set-up for react-native
2022. 12. 13. 01:25
Frontend/HTML, CSS, DOM, jQuery
https://www.nativewind.dev/tailwind/typography/font-size
NextJS) 텍스트 복사기능
2022. 12. 9. 11:31
Frontend/React & React.Native &Next.js
const handleCopyText = async(text:string) =>{ try { await navigator.clipboard.writeText(text); alert('텍스트가 복사되었습니다.'); } catch (e) { alert('복사에 실패하였습니다'); } } handleCopyText(data.contractAddress)} fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">