태그 목록
전체보기 (62)prisma(5)nextjs(4)PlanetScale(3)hydration-error(2)lexical scope(2)styled components(2)reactjs(2)js(2)GSAP(2)hydration(2)mongodb(2)CRUD(2)python constant(1)error415(1)ci(1)React.memo(1)참조(1)NextJS GSAP(1)branch convention(1)refactoring(1)참조 데이터 depth(1)API Endpoint 차이(1)Dev Server has been initialized using an options object that does not match the API schema(1)promise(1)import(1)순수함수(1)options.allowedHosts[0] should be a non-empty string(1)Prisma CRUD(1)Git 전략(1)API(1)ORM(1)setInterval 최적화(1)schema(1)Analysis paralysis(1)push(1)framework(1)library(1)기술부채(1)Scope Chaning(1)restful api(1)팀프로젝트 회고(1)react spring(1)scema prisma code formatter(1)강준님(1)Proxy(1)duplicated status code(1)schema prisma prettier(1)PlanetScale 사용법(1)React-Portal(1)memoization(1)Commit Convention(1)DeepCopy(1)axios interceptor(1)conflict 해결(1)React(1)react hook form(1)status code(1)image preLoad(1)redux-react(1)React Spring Proxy(1)multipart/form-data(1)props drilling(1)python(1)프레임워크 라이브러리 차이점(1)PlanetScale 환경설정(1)reactjs img preload(1)export default(1)export(1)git flow(1)endpoint(1)next/link(1)redux-toolkit(1)github action(1)object.freeze(1)PlanetScale 설정(1)Husky(1)ReactJS GSAP(1)cacheTime(1)promise.allSettled(1)react-query(1)pscale(1)비동기 병렬 처리(1)Spread연산자(1)useMemo(1)this(1)양방향 바인딩(1)상태관리 도구(1)axios(1)invalidateQueries(1)memoizing(1)vercel deploy(1)DeepCopy depth(1)useCallback(1)상수관리(1)tailwindCSS(1)refactor(1)리팩터링(1)Invalid options object(1)리팩터링 2판(1)array(1)관계형데이터베이스(1)React Spring Boot(1)ReactJS setInterval(1)하드코딩(1)RDBMS(1)next js(1)협업(1)module not found(1)Tailwind React(1)this bind(1)redux(1)closure(1)allSettled(1)OS(1)scope(1)Object.freeze depth(1)git(1)staletime(1)
post-thumbnail

navigation Jest Error

Link를 사용했으면 테스트 코드에서도 적용하기!

2023년 3월 14일
·
0개의 댓글
·
post-thumbnail

디자이너님과의 협업 전략(?)

styled-components의 globalStyle과 소프트 코드스킬을 이용해, 변화무쌍한 환경에 대비하라!

2023년 3월 14일
·
0개의 댓글
·
post-thumbnail

ESLint + Prettier + TS + ReactJS

eslint

2023년 3월 13일
·
0개의 댓글
·
post-thumbnail

git을 이용한 upstream과 origin 동기화 방법 및 conflict 최소화 전략

git을 이용한 upstream과 origin 동기화! 이해하고 쓰자

2023년 3월 13일
·
0개의 댓글
·
post-thumbnail

애자일 툴 + git branch 기반 협업 프로젝트 관리 전략

애자일 툴(Ticket)과 git branch를 곁들인 협업 프로젝트 관리 전략

2023년 3월 13일
·
0개의 댓글
·
post-thumbnail

Github action

CI/CD의 첫 걸음

2023년 3월 11일
·
0개의 댓글
·
post-thumbnail

branch convention

조금 더 예쁜 git branch convention과 관리 전략!!

2023년 3월 11일
·
0개의 댓글
·
post-thumbnail

조금 더 깔끔한 import 관리

여러 모듈의 import를 깔끔하게 관리하는 방법

2023년 3월 11일
·
0개의 댓글
·
post-thumbnail

commit convention을 위한 husky 설정

1. 의존성 모듈 추가 > npm i husky @commitlint/cli @commitlint/config-conventional --save -dev > yarn add husky @commitlint/cli @commitlint/config-conventional --dev 2. .husky 폴더 생성(root) root 폴더에 생성 해당 폴더 내...

2023년 3월 11일
·
0개의 댓글
·
post-thumbnail

NextJS styled-components 설정

SSR을 위한 styled-components 설정

2023년 3월 11일
·
0개의 댓글
·
post-thumbnail

잊지말자 this의 binding

이것도 묶어보시지

2023년 3월 5일
·
0개의 댓글
·
post-thumbnail

Class와 interceptor, instance를 이용한 Axios 객체화 전략

API가 많아질수록 많아지는 instance를 어떻게 관리할 것인가.

2023년 3월 5일
·
0개의 댓글
·
post-thumbnail

GSAP 기본 개념

GSAP 기본 컨셉

2023년 3월 4일
·
0개의 댓글
·
post-thumbnail

ReactJS / NextJS setInterval 최적화

useEffect CleanUp

2023년 3월 1일
·
0개의 댓글
·
post-thumbnail

다중 이미지 전송(Error 415)

BE에서 설정해준 데이터 타입과 FE가 보내주는 데이터 타입에서 차이가 발생하는 경우이다.

2023년 2월 27일
·
0개의 댓글
·
post-thumbnail

Image asset pre-load 전략

ReactJS 이미지 pre-loading

2023년 2월 26일
·
0개의 댓글
·
post-thumbnail

Duplicated Status code

409 Conflict

2023년 2월 23일
·
0개의 댓글
·
post-thumbnail

React-query invalidateQueries? staleTime? cacheTime?

invalidateQueries, staleTime, cacheTime의 차이점

2023년 2월 19일
·
0개의 댓글
·