Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leochoi98 committed Apr 1, 2024
1 parent e839fb3 commit 34fd6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ yarn web-client dev # load dev server

## 수정사항

- node 버전 29.x로 업그레이드
- node 버전 20.x로 업그레이드
- react 버전 18.x로 업그레이드
- react 18 업그레이드 해야 antd 관련 불필요한 warning 방지 가능함. [관련 이슈](https://github.com/ant-design/ant-design/issues/44994)
- 신규 기능들 typescript 5.x로 제작
Expand All @@ -65,7 +65,7 @@ yarn web-client dev # load dev server

## TODOS

- react-router-dom v6 업그레이드
- react-router-dom v6 업그레이드(or tanstack router?)
- suspense 도입 및 레기서 api호출들 tanstack-query로 모두 전환
- vite-ssr 도입 -> 세미나 메타태그 생성
- redux 제거. 정 상태관리 필요한 곳은 가벼운 다른 라이브러리로 대체
Expand Down

0 comments on commit 34fd6d5

Please sign in to comment.