본문 바로가기

전체 글

(328)
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
get style name in next.js with css module
next build시 window is not define https://dygreen.tistory.com/entry/Nextjs-next-build-%EC%8B%9C-window-is-not-defined-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0%ED%95%98%EA%B8%B0 [Next.js] next build 시 window is not defined 에러 해결하기 컴포넌트에서 window 객체를 사용하지 않는 경우 리뷰를 등록하고 수정하는 역할을 하는 라는 컴포넌트에서는 window 객체를 사용하지 않는데 Error occurred prerendering page "/detail/components/ModalReviewAdd". R dygreen.tistory.com 이거 보고 해결
vercel 통해 배포해보기 1 next 14.0.3 인데 걍 npm 쓰자 debi@debiui-MacBookAir  ~/Repositories/weef-landing/weef  ↱ main  yarn add react-faq-component yarn add v1.22.19 warning ../../package.json: No license field info No lockfile found. warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencie..
[공간리뷰] 국내에 공간 잘 쓰는 애들 http://piknic.kr/exhibition-category/current/ 피크닉 piknic piknic.kr https://blog.naver.com/localstitchmaster/223179821504 [로컬스티치 회현] A,B,C,D,E,F 구석구석 골라보는 재미가 있다! 과거와 현재를 이어주는 가게 로컬 로컬 스티치 회현 - 4호선 회현역 4번 출구, '서울로'가 끝나는 신호등 옆 '로컬 스티치 회... blog.naver.com 둘이 거~의 붙어있다. 피크닉 전시 한번 커피한잔 마시고 , 로컬 스티치 한번 보면 딱 이다.
라우터 + 새로운 페이지 만들기 커피 많이 마셔서 상태 메롱 https://velog.io/@jjunyjjuny/nextjs-13.4.0%EB%B6%80%ED%84%B0-%EC%95%88%EC%A0%95%ED%99%94%EB%90%9C-App-Router.-Pages-Router%EC%99%80-%EB%B9%84%EA%B5%90 [nextjs] 13.4.0부터 안정화된 App Router. Pages Router와 비교 13.4.0버전부터 stable로 승격된 app router에 대해서 기존의 pages router와 비교하며 알아봅니다. velog.io 이거 보고 디렉토리 만들고 index.js 만드니깐 작동한다. https://velog.io/@sssm/Next.js-App-Router%EC%99%80-Pages-Router [N..
읽기 좋은 코드가 좋은 코드다 오랜만에 CTO인 업계선배와 이야기를 했다. 개발 잘 하는 개발자는 누구일까? 1. 커뮤니케이션 되고 센스있는 개발자 2. 읽기 좋은 코드를 작성하는 개발자 3. 성장하려는 개발자 4. 코드스멜을 잘 맡는 개발자 5. 의지가 있는 개발자 6. 책임감 있는 개발자 .. 끝도 없다 개발자라면 읽기 좋은 코드를 작성할 수 있어야한다. 주석을 아무리 달아놔도 코드 자체가 보편적이고 읽기 좋은 코드를 짜지 않으면 유지보수, 고도화가 불가능하다. 잘하는 개발자들은 코드를 굳이 꼬아놓지 않는다. 프로덕트 런칭하는것도 정말 힘든일이지만, 유지보수 역시 정말 힘들다. 해석불가능한 코드를 짜놓으면 책임감없는 코드를 짜는 경우가 많은데 이건 정말 답이 없다. 읽기 좋은 코드가 좋은 코드다 ㅈㄱㄴ