본문 바로가기

728x90

Computer Science

(133)
커밋 로그 걍 대충쓴것들 하나로 합칠때 https://korband.tistory.com/33 [#git] 여러 커밋(commit) 하나로 합치기 의식의 흐름(?)으로 개발을 하다보면 똑같은 커밋 메세지 또는 대충 쓴 커밋 메세지로 푸시하는 경우가 많다. 이런 경우 커밋 메세지를 하나로 합치거나 수정할 수 있으니 정신이 맑은 날에 한번 korband.tistory.com
next 14 버전에서 aos 추가하기 https://stackoverflow.com/questions/75379440/the-aosanimation-on-scroll-is-not-working-in-next-13 The AOS(Animation on scroll) is not working in next 13 I Use next 13 , I wanna add AOS library in my app and us it , I installed it , and added it properly to my component, but my component doesn't show and also I don't get any error.here is my Home Page stackoverflow.com Client compoenent 만들고 나는 최상..
next.js 에서 <head> 랑 metadata 구성하기 https://nextjs.org/docs/app/building-your-application/optimizing/metadata Optimizing: Metadata | Next.js Use the Metadata API to define metadata in any layout or page. nextjs.org 나는 next 14 버전 사용하고 있는데 , 위 링크를 참조하기 바람
li or a tag doesn't working flex 배포하면 flex가 사라지고, user-agent style이 우선적으로 적용되는 상황을 몇번 마주했다. 안에 li 또는 a 태그 일때 이런 현상이 있었던 것 같고, 분명 내가 쓴 문법이 문제가 있는 것 같다. 근데 로컬에서는 임의로 잡아준거고, 배포하니깐 깨졌다. 근데 이해하고 분석해서 해결해야하는데 그냥 !import 때려서 해결했다. 언젠간 기회되면 분석을 해보든가 다시 마주치거나, 해결되면 이 포스트로 돌아와야겠다.
함수하나에서 setState 해도 상태가 안바뀌는 경우 hello false setState hello false 상태를 변경해도 감지가 안되고 여전히 false 이게 된다. 원래 그렇다. useEffect에서 상태 감지해서 해결해야한다.
Vercel domain 연결 가비아로 도메인 구입하고 DNS에 a 레코드 @로 연결하고 www 치고도 들어올 수 있게 c name 도 설정해준다. 1분도 안걸려서 ***.com 도메인을 프로덕트에 바로 연결했다.
swiper 라이브러리 in next https://swiperjs.com/element Swiper - The Most Modern Mobile Touch Slider Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com 설치 https://swiperjs.com/demos#pagination-dynamic Swiper Demos Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com ..
smooth scroll 쉽게하는법 in react or next

728x90