본문 바로가기

Code

(184)
[맥북 Mac] 스페이스 점 찍힘 (스페이스 두번 마침표) https://lovedb.tistory.com/576 어느순간 스페이스를 두번 누를 때 마침표가 찍힌다..? 위의 링크를 참고하고 맥 버전이 조금 올라가서 변경된 부분이이 있다. (아래)
[git] working directory reset 하기 ? 한줄 지운게 working dir 에 올라왔있다. -> 소스트리에서는 우클릭하고 되돌리면 되고, git checkout thefiletoreset.txt 근대 파일명 또 치기 귀찮으니깐 . 찍어서 git checkout . 이렇게 되돌리곤함
'use client' 언제 써야할지 괜찮은 글 https://cat-minzzi.tistory.com/104 Next.js 에센셜: Next.js 웹앱에서 Client Side Rendering을 추구하면 안되는걸까? Getting Started: React Essentials | Next.js An overview of essential React features for building Next.js Applications, including Server Components. Next.js로 애플리케이션을 빌드하려면 서버 컴포넌트와 같은 React의 최신 기능에 익 cat-minzzi.tistory.com
[solved]css nested with flex not work when build code 1. module.css 쓰는중 2. scss 아님. 3. 3중 Nested 에서 적용 안되는 현상 발견 4. dev 모드에서는 잘 나오는데build 시에만 안됨 5. Flex만 안되고 다른 코드들은 다 적용이 됨 결론: 빌드시 최적화할 때, 내가 오해여지를 남겨놔서 링커가 이상하게 최적화를 해버렸다. 보자. 원인: css Nested 된다고해서 스타일 코드 깔끔히 하려고 무지성 nested안하다가 빌드할때 이상한 css 최적화에 스타일 코드 날라감 해결방법: DOM 구조 따라가는 nested 하면 됨.
li tag 사이에 선 있는거 https://stackoverflow.com/questions/42810537/pseudo-line-between-list-elements Pseudo line between list elements? JS Fiddle I'm trying to create a layout like: One -- Two -- Three The layout has pseudo lines between each of the list elements. One Two ... stackoverflow.com 부모 relative 이유가 기억이 안난다... after는 예상했는데
커밋 로그 걍 대충쓴것들 하나로 합칠때 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 버전 사용하고 있는데 , 위 링크를 참조하기 바람