1. http.interceptors.request.use
라는 코드를 알게 되었다.
https://velog.io/@skyepodium/axios-인터셉터로-API-관리하기
https://third9.github.io/posts/Axios다양하게_활용하기-interceptor/
https://velog.io/@subanggu/axios-interceptor-적용하기
2. next.js 가 뭘까?
https://kyounghwan01.github.io/blog/React/next/basic/#document-tsx
3. 깃허브에서 파일명을 대문자 소문자로만 바꾸면 레포에 반영이 안된다.
https://velog.io/@zansol/Git-대소문자-변경-후-github-repo반영하기
4. document.cookie
https://developer.mozilla.org/ko/docs/Web/API/Document/cookie
5. react hook form yup
https://velog.io/@kyungjune/react-hook-form으로-회원가입-적용해보기
validationShema에서 하나라도 없으면 form에서 submit이 안찍힌다.
6. 재사용 가능한 react-table
https://velog.io/@kyungjune/react-hook-form으로-회원가입-적용해보기
7. react-query refetch
https://stackoverflow.com/questions/62340697/react-query-how-to-usequery-when-button-is-clicked
728x90
'TIL' 카테고리의 다른 글
[TIL] 20211215 (0) | 2021.12.15 |
---|---|
[TIL] 20211214 useInfiniteQuery/ react-query devtools/ wsl ubuntu (0) | 2021.12.14 |
[TIL] 20211210 react, redux with typescript/ 웹뷰 흐릿해지는 문제/ prettier 설정 (0) | 2021.12.14 |
[TIL] 20211209 react-query/select tag value/react-table-sticky (0) | 2021.12.14 |
[TIL] 20211208 react hook form yup/ position absolute/classnames (0) | 2021.12.10 |