We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export const SUCCESS_MESSAGE = '성공!' ✅ export const successMessage ='성공!' ❌
const inputVariable ✅ const InputVariable ❌
const handleClick = () => {} ✅ const handle_click = () => {} ❌
const FunctionalComponent = ({...props}) => {} ✅ const functionalComponent = ({...props}) => {} ❌
type Props = { ... } ✅ interface Props { ... } ❌
css : sticky
전역상태는 우선 context => 나중에 고민
서버 상태관리 rtk
의존성 ( 리팩토링 나중에 )
추상화 ( 코드리뷰 많이 )
라이브러리 X => 빠르게 구현 O 쓰자
CI,
eslint,prettier