본문 바로가기
반응형

분류 전체보기253

[React] Mock data 활용법 데이터로 확인을 해보고 싶은데 어떤 방법이 좋을까 고민하다가 원래는 JS로 만들까? 잠깐 고민했는데 이번만 쓸 것도 아니고 다음에 이런일이 있을때에도 편하게 만들 수 있게 json-server를 사용하기로 하였다!! https://www.npmjs.com/package/json-server json-server Get a full fake REST API with zero coding in less than 30 seconds. Latest version: 0.17.0, last published: 7 months ago. Start using json-server in your project by running `npm i json-server`. There are 267 other projects i.. 2022. 5. 3.
[React/ESLint] ESLint: Static HTML elements with event handlers require a role. 오류수정 이러한 오류를 발견하면 이런식으로 오류가 나게 된다 우선 X를 누르면 그냥 계속 진행은 가능하나 찝찝하다 이렇게 aira-hidden="true"를 넣어주면 오류가 사라지게 된다. 출처 https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/click-events-have-key-events.md GitHub - jsx-eslint/eslint-plugin-jsx-a11y: Static AST checker for a11y rules on JSX elements. Static AST checker for a11y rules on JSX elements. - GitHub - jsx-eslint/eslint-plugin-jsx-a1.. 2022. 4. 28.
[React/ typescript] eslint, prettier 설정하기 수많은 오류가 엄청 많이 났었다 ㅠ 우선 오류를 다 찾아보고 최대한 오류 안나는 부분까지 고친 부분인데 이게 우선 오늘의 내가 최선이다 !! #npm npm install eslint@^7.2.0 eslint-plugin-import@^2.22.1 --save-dev npm install eslint-plugin-jsx-a11y@^6.4.1 eslint-plugin-react@^7.21.5 --save-dev npm install eslint-plugin-react-hooks@^4 eslint-config-prettier --save-dev npm install eslint-plugin-prettier eslint-config-airbnb prettier --save-dev npm install @typ.. 2022. 4. 21.
[TIL] 220421 이러다 피그마 마스터 할 것 같다. 아직 색이랑 다 안정하고 우선 대충 어떻게 할지만 좀 정해보자 하고 그리고 있는데 유용한 기능이 많아서 생각보다 괜찮더라????? 처음엔 원래썼던 일러스트로 할려고 했는데 하다보니까 일러스트보다 피그마가 한 100배 더 편하다. 안한지 오랜시간이 지난지라 버벅버벅 색정하는게 가장 어려워서 가장 나중으로 미뤄버렸 결국에 나중에는 디자인이랑 색이랑 싹 바꿔버리지 않을까 2022. 4. 21.
[TIL] 220419 라이브러리 없이 칸반보드 만들기 우선 이리저리 찾아서 구현만 대충했는데 뭔가 마음에 들지 않는다 좀더 해봐야 알 것 같다 2022. 4. 19.
[TIL] 220413 라이브러리 안쓰고 하려니까 어렵다 어려워 😫 2022. 4. 13.